Mercurial > p > roundup > code
diff CHANGES.txt @ 3702:06d7816976bc
python 2.6 compatibility
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Sat, 09 Sep 2006 05:50:17 +0000 |
| parents | 790363e96852 |
| children | 5770f1802cd0 |
line wrap: on
line diff
--- a/CHANGES.txt Sat Sep 09 05:42:45 2006 +0000 +++ b/CHANGES.txt Sat Sep 09 05:50:17 2006 +0000 @@ -53,6 +53,9 @@ committing clenup in the sessions database - translate titles of "show all" and "unassigned" issue lists in classic template (sf patch 1424576) +- "as" is a keyword in Python 2.6 +- "from __future__" statments need to be first line of file in Python 2.6 + 2006-04-27 1.1.2 Feature:
