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 jelie
Recipients Nathan.Clayton, jelie, pitrou
Date 2011-11-06.13:03:02
SpamBayes Score 8.96081e-05
Marked as misclassified No
Message-id <1320584582.98.0.880884963124.issue10287@psf.upfronthosting.co.za>
In-reply-to
Content
A drawback is that CAPABILITIES will still being unsent after an upgrade of the news server to a more up-to-date version supporting the command.

If CAPABILITIES is not understood by the news server, it is not an issue.  A 500 response code is usually answered by the news server, which is RFC-compliant.  nntplib should then behave properly.  (getcapabilities() returns an empty dictionary when CAPABILITIES is not implemented.)
History
Date User Action Args
2011-11-06 13:03:03jeliesetrecipients: + jelie, pitrou, Nathan.Clayton
2011-11-06 13:03:02jeliesetmessageid: <1320584582.98.0.880884963124.issue10287@psf.upfronthosting.co.za>
2011-11-06 13:03:02jelielinkissue10287 messages
2011-11-06 13:03:02jeliecreate