jceb / vim-orgmode

Text outlining and task management for Vim based on Emacs' Org-Mode
http://www.vim.org/scripts/script.php?script_id=3642
Other
3.1k stars 266 forks source link

Remove re.LOCALE flag from str patterns #266

Closed Detegr closed 7 years ago

Detegr commented 7 years ago

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 commented 7 years ago

Confirming, this fixes python 3.6 problem. Thanks!

francozappa commented 7 years ago

Hi all,

Can you please merge the PR?

Ron89 commented 7 years ago

Sorry for the long delay...