camelot-py/camelot
pevisscher aae2c6b3d4
use correct re.sub signature
`text_strip` currently passes the regex flags as the count parameters, which is hardcoded to `re.UNICODE` (value 32), and thus only replaces the first 32 values.

see https://docs.python.org/3/library/re.html#re.sub for the signature
2020-08-24 16:51:06 +02:00
..
ext Remove future imports 2020-05-24 17:33:13 +05:30
parsers Fix syntax errors 2020-05-24 18:19:48 +05:30
__init__.py No need to monkey-patch Click.HelpFormatter 2019-07-04 13:13:32 +03:00
__main__.py Remove future imports 2020-05-24 17:33:13 +05:30
__version__.py Revert the changes in v0.8.1 2020-07-27 17:38:14 +05:30
cli.py Add f-strings and remove python3.5 test job 2020-05-24 18:14:43 +05:30
core.py Add f-strings and remove python3.5 test job 2020-05-24 18:14:43 +05:30
handlers.py Add f-strings and remove python3.5 test job 2020-05-24 18:14:43 +05:30
image_processing.py Remove future imports 2020-05-24 17:33:13 +05:30
io.py Blacken code 2019-07-03 23:47:42 +05:30
plotting.py Merge pull request #121 from jedie/patch-2 2020-08-14 02:36:28 +05:30
utils.py use correct re.sub signature 2020-08-24 16:51:06 +02:00