From 7620d39923dc7f32dd4a109ebd5c4bda32a49ce8 Mon Sep 17 00:00:00 2001 From: Dmitry Vasiliev Date: Sun, 21 Sep 2008 21:07:20 +0400 Subject: [PATCH] Updated CHANGES.txt --- CHANGES.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 47a801a..996b8c3 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -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;