[issue10280] nntp_version set to the most recent advertised version

2010-11-02 Thread Antoine Pitrou
Antoine Pitrou added the comment: I've fixed it according to your suggestion (take the max of the advertised version) in r86129. Thank you! -- resolution: -> fixed status: open -> closed ___ Python tracker _

[issue10280] nntp_version set to the most recent advertised version

2010-11-01 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: +pitrou ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python

[issue10280] nntp_version set to the most recent advertised version

2010-11-01 Thread Julien ÉLIE
New submission from Julien ÉLIE : The NNTP version is currently defined as follows in the source code: self.nntp_version = int(caps['VERSION'][0]) However, Section 3.3.2 of RFC 3977 mentions: VERSION This capability MUST be advertised by all servers and MUST be the first capabil