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