1
0
mirror of https://github.com/gryf/python-syntax.git synced 2025-12-17 11:30:27 +01:00

Removed trailing 'L' support for numbers

This commit is contained in:
Dmitry Vasiliev
2008-09-22 13:11:05 +04:00
parent a2208995a6
commit f7f1409e29
3 changed files with 10 additions and 9 deletions

View File

@@ -1,9 +1,9 @@
Now
===
- (Python 3.0) support for b"..." syntax and remove u"..." syntax;
- (Python 3.0) non-ASCII identifiers;
- (Python 3.0) add new bultins and exceptions;
- (Python 3.0) support for b"..." syntax and remove u"..." syntax;
Later
=====