1
0
mirror of https://github.com/gryf/python-syntax.git synced 2025-12-17 11:30:27 +01:00

Added changes and new TODO item

This commit is contained in:
Dmitry Vasiliev
2008-09-19 18:29:45 +04:00
parent 3b960bac77
commit bcb9a95686
2 changed files with 8 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
Revision 2.6.1 (unknown):
- Added new builtin "next" introduced in Python 2.6;
- Added forgotten "__debug__" builtin;
- Removed OverflowWarning removed in Python 2.5;
Revision 2.5.6 (2007-02-04):
- Applied patch by Pedro Algarvio to enable spell checking only for

View File

@@ -1,3 +1,5 @@
- Add configuration for "print" status (function or builtin)
- Integer literal support
- Python 3.0 string formatting