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

Trailing 'L' removal was in wrong file

This commit is contained in:
Dmitry Vasiliev
2008-09-29 16:48:52 +04:00
parent 6e6cdfff68
commit b521645066
4 changed files with 20 additions and 15 deletions

View File

@@ -8,6 +8,11 @@ Revision 3.0.0 (2008-09-?):
"execfile", "file", "help", "intern", "long", "raw_input", "reduce",
"reload", "unichr", "unicode", "xrange";
Revision 2.6.3 (2008-09-29):
- Return back trailing 'L' support for numbers. Actually it was changed for
future Python 3.0 syntax but in wrong file;
Revision 2.6.2 (2008-09-22):
- Added "VMSError" exception;