1
0
mirror of https://github.com/gryf/python-syntax.git synced 2025-12-18 12:00:20 +01:00

Added option for highligh print as a function

This commit is contained in:
Dmitry Vasiliev
2008-09-20 21:41:53 +04:00
parent 810414e92c
commit bbac2dd2f8
2 changed files with 15 additions and 3 deletions

View File

@@ -6,6 +6,8 @@ Revision 2.6.1 (unknown):
- Added "magic" 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;
Revision 2.5.6 (2007-02-04):