diff --git a/CHANGES.txt b/CHANGES.txt index 09c47a0..069b616 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -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 diff --git a/TODO.txt b/TODO.txt index 6a325e5..d72d252 100644 --- a/TODO.txt +++ b/TODO.txt @@ -1,3 +1,5 @@ +- Add configuration for "print" status (function or builtin) + - Integer literal support - Python 3.0 string formatting