We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b26c2a commit 7620d39Copy full SHA for 7620d39
CHANGES.txt
@@ -3,8 +3,7 @@ Revision 2.6.1 (unknown):
3
- Added new builtins and exceptions introduced in Python 2.6: "bin",
4
"bytearray", "bytes", "format", "next", "BufferError", "BytesWarning";
5
- Added builtin "__debug__";
6
- - Added "magic" global variables: "__doc__", "__file__", "__name__",
7
- "__package__";
+ - Added global variables: "__doc__", "__file__", "__name__", "__package__";
8
- Removed "OverflowWarning" (removed in Python 2.5);
9
- Added option "python_print_as_function" for highlight "print" as a
10
function;
0 commit comments