Skip to content

Conversation

Detegr
Copy link
Contributor

@Detegr Detegr commented Jan 9, 2017

As stated in the documentation, from Python 3.6 onwards re.LOCALE can be used only with bytes patterns. The suggested fix is to use re.UNICODE instead so I've just removed re.L flags from str patterns.

Fixes #265 and #263

@dusanx
Copy link

dusanx commented Jan 10, 2017

Confirming, this fixes python 3.6 problem. Thanks!

@francozappa
Copy link

Hi all,

Can you please merge the PR?

@Ron89 Ron89 merged commit 37fc5db into jceb:master Jan 31, 2017
@Ron89
Copy link
Contributor

Ron89 commented Jan 31, 2017

Sorry for the long delay...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ValueError: cannot use LOCALE flag with a str pattern + NameError: name 'ORGMODE' is not defined
4 participants