casacore / python-casacore

Python bindings for casacore, a library used in radio astronomy
http://casacore.github.io/python-casacore
GNU Lesser General Public License v3.0
35 stars 22 forks source link

Use raw string for RE pattern #249

Closed rtobar closed 1 year ago

rtobar commented 1 year ago

Otherwise the \d escape sequence doesn't make sense. This actually emits a warning in python 3.11.

tammojan commented 1 year ago

Thanks!