Browse Source

Added changes and new TODO item

Dmitry Vasiliev 15 years ago
parent
commit
bcb9a95686
2 changed files with 8 additions and 0 deletions
  1. 6
    0
      CHANGES.txt
  2. 2
    0
      TODO.txt

+ 6
- 0
CHANGES.txt View File

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

+ 2
- 0
TODO.txt View File

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