mirror of
https://github.com/gryf/python-syntax.git
synced 2025-12-17 11:30:27 +01:00
Added new and removed old builtins
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
Revision 3.0.0 (2008-09-?):
|
||||
|
||||
- Added new builtins introduced in Python 2.6: "ascii", "exec",
|
||||
"memoryview", "print";
|
||||
- Removed builtins: "apply", "basestring", "buffer", "callable", "coerce",
|
||||
"execfile", "file", "help", "intern", "long", "raw_input", "reduce",
|
||||
"reload", "unichr", "unicode", "xrange";
|
||||
|
||||
Revision 2.6.2 (2008-09-?):
|
||||
|
||||
- Added support for b"..." syntax;
|
||||
|
||||
Reference in New Issue
Block a user