DenisCarriere / geocoder

:earth_asia: Python Geocoder
http://geocoder.readthedocs.org
MIT License
1.62k stars 286 forks source link

Deprecation warning regarding unescaped backslash character in regex #438

Closed sp35 closed 3 years ago

sp35 commented 3 years ago
python3.8/site-packages/geocoder-1.38.1-py3.8.egg/geocoder/uscensus.py:36: 

DeprecationWarning: invalid escape sequence \d

match = re.search('^\d+', self.address, re.UNICODE)
tirkarthi commented 3 years ago

Duplicate of https://github.com/DenisCarriere/geocoder/issues/409

sp35 commented 3 years ago

Thanks @tirkarthi