[issue10287] NNTP authentication should check capabilities

2011-11-06 Thread Nathan Clayton
Nathan Clayton added the comment: When using Easynews, it sends a 480 error (e.g. "nntplib.NNTPTemporaryError: 480 You must log in.") -- ___ Python tracker <http://bugs.python.o

[issue10287] NNTP authentication should check capabilities

2011-11-05 Thread Nathan Clayton
Nathan Clayton 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. -- keywords: +patch nosy: +Nathan.Clayton