]> git.openstreetmap.org Git - nominatim.git/commit
replace usages of fromisoformat() with strptime()
authorSarah Hoffmann <lonvia@denofr.de>
Fri, 23 Apr 2021 18:53:00 +0000 (20:53 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Fri, 23 Apr 2021 20:50:08 +0000 (22:50 +0200)
commit9685c68e30ae77cf0b0b196cf148becdfe7bcb5c
treeaedba055d7556c31912b5e6e966730218342af0f
parent95e6ec091b35dcff6afd6b989d4037061aaee2c9
replace usages of fromisoformat() with strptime()

fromisoformat was only introduced with Python 3.7 while we
still support Python 3.5.

Fixes #2292.
nominatim/db/status.py
test/python/test_db_status.py
test/python/test_tools_replication.py