Updated CHANGES.txt

This commit is contained in:
Dmitry Vasiliev
2008-09-21 21:07:20 +04:00
parent 1b26c2a1ff
commit 7620d39923

View File

@@ -3,8 +3,7 @@ Revision 2.6.1 (unknown):
- 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__";
- Added global variables: "__doc__", "__file__", "__name__", "__package__";
- Removed "OverflowWarning" (removed in Python 2.5);
- Added option "python_print_as_function" for highlight "print" as a
function;