Nominatim/nominatim/db
Sarah Hoffmann 9685c68e30 replace usages of fromisoformat() with strptime()
fromisoformat was only introduced with Python 3.7 while we
still support Python 3.5.

Fixes #2292.
2021-04-23 22:50:08 +02:00
..
__init__.py move indexing function into its own Python module 2021-01-18 15:43:27 +01:00
async_connection.py improve deadlock detection for various versions of psycopg2 2021-02-25 18:11:16 +01:00
connection.py use absolute imports in Python code 2021-04-16 14:20:09 +02:00
properties.py save software version in the database 2021-03-01 20:35:15 +01:00
sql_preprocessor.py simplify constructor for SQL preprocessor 2021-04-19 10:26:25 +02:00
status.py replace usages of fromisoformat() with strptime() 2021-04-23 22:50:08 +02:00
utils.py use absolute imports in Python code 2021-04-16 14:20:09 +02:00