Browse Source

Updated CHANGES.txt

Dmitry Vasiliev 15 years ago
parent
commit
7620d39923
1 changed files with 1 additions and 2 deletions
  1. 1
    2
      CHANGES.txt

+ 1
- 2
CHANGES.txt View File

@@ -3,8 +3,7 @@ Revision 2.6.1 (unknown):
3 3
     - Added new builtins and exceptions introduced in Python 2.6: "bin",
4 4
       "bytearray", "bytes", "format", "next", "BufferError", "BytesWarning";
5 5
     - Added builtin "__debug__";
6
-    - Added "magic" global variables: "__doc__", "__file__", "__name__",
7
-      "__package__";
6
+    - Added global variables: "__doc__", "__file__", "__name__", "__package__";
8 7
     - Removed "OverflowWarning" (removed in Python 2.5);
9 8
     - Added option "python_print_as_function" for highlight "print" as a
10 9
       function;