[issue10282] IMPLEMENTATION token differently delt with in NNTP capability

2010-11-05 Thread Antoine Pitrou
Antoine Pitrou added the comment: I've committed the new attribute in r86213. -- resolution: -> fixed stage: -> committed/rejected status: open -> closed ___ Python tracker __

[issue10282] IMPLEMENTATION token differently delt with in NNTP capability

2010-11-03 Thread Julien ÉLIE
Julien ÉLIE added the comment: The "nntp_implementation" attribute would be great. OK for the exception. -- ___ Python tracker ___ __

[issue10282] IMPLEMENTATION token differently delt with in NNTP capability

2010-11-03 Thread Antoine Pitrou
Antoine Pitrou added the comment: Rather than special casing the dict item, I would rather add an "nntp_implementation" attribute containing the desired value. > Besides, shouldn't it be checked that the line is not empty, before > splitting it? If the line is empty, the server is non-conform

[issue10282] IMPLEMENTATION token differently delt with in NNTP capability

2010-11-01 Thread R. David Murray
Changes by R. David Murray : -- nosy: +pitrou ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pytho

[issue10282] IMPLEMENTATION token differently delt with in NNTP capability

2010-11-01 Thread Julien ÉLIE
New submission from Julien ÉLIE : I believe the case of "IMPLEMENTATION" should be treated differently. It is not helpful at all to split the argument. It is meant to be a text string and ['INN', '2.6.0', '(20101101', 'prelease)'] does not have much meaning... Suggestion: if line.s