1
0
mirror of https://github.com/gryf/python-syntax.git synced 2025-12-17 19:40:26 +01:00

Added support for non-ASCII identifiers

This commit is contained in:
Dmitry Vasiliev
2008-12-07 18:20:21 +03:00
parent 69dcbc3482
commit 64749a3a88
4 changed files with 61 additions and 57 deletions

View File

@@ -1,11 +1,6 @@
Now
===
- (Python 3.0) non-ASCII identifiers. Also str.format should be updated;
- (Python 3.0) support for b"..." syntax and remove u"..." syntax. Also all
escapes need to be updated;
Later
=====