소스 검색

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