1
0
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:
Dmitry Vasiliev
2008-09-20 21:20:57 +04:00
parent bcb9a95686
commit 810414e92c
2 changed files with 12 additions and 8 deletions

View File

@@ -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):