Nick Coghlan <[email protected]> added the comment: On Sun, Feb 20, 2011 at 4:22 AM, Éric Araujo <[email protected]> wrote: > It appears that Misc/NEWS in 3.2 lists the new functions under the 3.1 > section, among other strange differences.
"new in 3.2" changes are relative to 3.1, while 2.7 is relative to 2.6. They're treated as separate streams of development. Since 3.1 came out well after 2.6, there are some things that were new in 2.7 that 3.1 already included. ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue11071> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
