Files
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
..
2020-05-24 17:33:13 +05:30
2020-05-24 18:19:48 +05:30
2020-05-24 17:33:13 +05:30
2020-07-27 17:38:14 +05:30
2020-05-24 17:33:13 +05:30
2019-07-03 23:47:42 +05:30
2020-08-24 16:51:06 +02:00