[Python-Dev] Rework nntplib?

Nick Coghlan ncoghlan at gmail.com
Sun Sep 19 22:55:50 CEST 2010


On Mon, Sep 20, 2010 at 3:27 AM, Antoine Pitrou <solipsis at pitrou.net> wrote:
>
> For the record, the code is pretty much done now:
> http://bugs.python.org/issue9360

Generally looks pretty reasonable. As I noted on the issue, my one
concern is that the current API seems to rely on the programmer
remembering which methods return strings and which return bytes
without any consistent mnemonic as to which is which.

Cheers,
Nick.

-- 
Nick Coghlan   |   ncoghlan at gmail.com   |   Brisbane, Australia


More information about the Python-Dev mailing list