[issue10287] NNTP authentication should check capabilities

Antoine Pitrou report at bugs.python.org
Sun Nov 6 14:33:36 CET 2011


Antoine Pitrou <pitrou at free.fr> added the comment:

> By always sending capabilities at connection, some servers immediately
> throw an error. I've modified the class initialization to include an
> optional parameter to indicate if this should be disabled.

Which kind of error? As Julien says, we could simply catch it and
proceed.
By the way, when sending a patch, please send a unified diff if possible
("diff -u"; if you are using Mercurial, this should be the default).

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10287>
_______________________________________


More information about the Python-bugs-list mailing list