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,3 +1,9 @@
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 7
 Revision 2.5.6 (2007-02-04):
2 8
 
3 9
     - Applied patch by Pedro Algarvio to enable spell checking only for

+ 2
- 0
TODO.txt View File

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