This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients Arfrever, Nick.Welch, benjamin.peterson, doko, eric.araujo, ezio.melotti, georg.brandl, orsenthil, pitrou, python-dev
Date 2012-08-24.16:17:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3X3SM42p0PzQKf@mail.python.org>
In-reply-to
Content
New changeset a0b3cb52816e by Georg Brandl in branch '3.2':
Closes #9374: add back now-unused module attributes; removing them is a backward compatibility issue, since they have a public-seeming name.
http://hg.python.org/cpython/rev/a0b3cb52816e

New changeset c93fbc2caba5 by Georg Brandl in branch 'default':
Closes #9374: merge with 3.2
http://hg.python.org/cpython/rev/c93fbc2caba5

New changeset a43481210964 by Georg Brandl in branch '2.7':
Closes #9374: add back now-unused module attributes; removing them is a backward compatibility issue, since they have a public-seeming name.
http://hg.python.org/cpython/rev/a43481210964
History
Date User Action Args
2012-08-24 16:17:37python-devsetrecipients: + python-dev, georg.brandl, doko, orsenthil, pitrou, benjamin.peterson, ezio.melotti, eric.araujo, Arfrever, Nick.Welch
2012-08-24 16:17:37python-devlinkissue9374 messages
2012-08-24 16:17:36python-devcreate