ソースを参照

Added changes and new TODO item

Dmitry Vasiliev 16 年 前
コミット
bcb9a95686
共有2 個のファイルを変更した8 個の追加0 個の削除を含む
  1. 6
    0
      CHANGES.txt
  2. 2
    0
      TODO.txt

+ 6
- 0
CHANGES.txt ファイルの表示

@@ -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 ファイルの表示

@@ -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