From: Ɓukasz Langa Date: Thu, 5 Apr 2018 04:38:25 +0000 (-0700) Subject: [blib2to3] Support non-ASCII identifiers X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/e36b8c71bb78f70735b8b4f239b0f574a6e0f277?hp=e36b8c71bb78f70735b8b4f239b0f574a6e0f277 [blib2to3] Support non-ASCII identifiers This support isn't *exactly* right per PEP 3131 as the regex engine is a bit too limited for that and I didn't want to spend time on Other_ID_Start and Other_ID_Continue unless they're actually needed. Hopefully this doesn't slow it down too much. ---