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

Reorganized keywords

This commit is contained in:
Dmitry Vasiliev
2008-12-07 14:57:38 +03:00
parent 8423af1ae9
commit 69dcbc3482
2 changed files with 6 additions and 3 deletions

View File

@@ -4,6 +4,8 @@ Revision 3.0.0 (2008-09-?):
- Updated support for str.format;
- Added new builtins introduced in Python 2.6: "ascii", "exec",
"memoryview", "print";
- Added new keyword "nonlocal";
- Removed exception "StandardError";
- Removed builtins: "apply", "basestring", "buffer", "callable", "coerce",
"execfile", "file", "help", "intern", "long", "raw_input", "reduce",
"reload", "unichr", "unicode", "xrange";