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,5 +1,6 @@
Revision 3.0.0 (2008-09-?):
- Removed trailing 'L' support for all numbers;
- Updated support for str.format;
- Added new builtins introduced in Python 2.6: "ascii", "exec",
"memoryview", "print";