浏览代码

Updated CHANGES.txt

Dmitry Vasiliev 16 年前
父节点
当前提交
7620d39923
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1
    2
      CHANGES.txt

+ 1
- 2
CHANGES.txt 查看文件

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;