mirror of
https://github.com/gryf/python-syntax.git
synced 2025-12-17 11:30:27 +01:00
Added new builtins
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
Revision 2.6.1 (unknown):
|
||||
|
||||
- Added new builtin "next" introduced in Python 2.6;
|
||||
- Added forgotten "__debug__" builtin;
|
||||
- Removed OverflowWarning removed in Python 2.5;
|
||||
- Added new builtins and exceptions introduced in Python 2.6: "bin",
|
||||
"bytearray", "bytes", "format", "next", "BufferError", "BytesWarning";
|
||||
- Added builtin "__debug__";
|
||||
- Added "magic" global variables: "__doc__", "__file__", "__name__",
|
||||
"__package__";
|
||||
- Removed "OverflowWarning" (removed in Python 2.5);
|
||||
|
||||
Revision 2.5.6 (2007-02-04):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user