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 Nathan.Clayton, hynek, jelie, pitrou, python-dev
Date 2012-02-12.18:18:13
SpamBayes Score 0.01111709
Marked as misclassified No
Message-id <E1Rwe04-0004P6-B1@dinsdale.python.org>
In-reply-to
Content
New changeset d789f453387d by Antoine Pitrou in branch '3.2':
Issue #10287: nntplib now queries the server's CAPABILITIES again after authenticating (since the result may change, according to RFC 4643).
http://hg.python.org/cpython/rev/d789f453387d

New changeset 98ad67529241 by Antoine Pitrou in branch 'default':
Issue #10287: nntplib now queries the server's CAPABILITIES again after authenticating (since the result may change, according to RFC 4643).
http://hg.python.org/cpython/rev/98ad67529241
History
Date User Action Args
2012-02-12 18:18:16python-devsetrecipients: + python-dev, pitrou, jelie, hynek, Nathan.Clayton
2012-02-12 18:18:13python-devlinkissue10287 messages
2012-02-12 18:18:13python-devcreate