]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #9360: Cleanup and improvements to the nntplib module. The API
authorAntoine Pitrou <solipsis@pitrou.net>
Wed, 29 Sep 2010 15:03:40 +0000 (15:03 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 29 Sep 2010 15:03:40 +0000 (15:03 +0000)
commit69ab95105f5105b8337c757346c899d6c7e7d9bb
treeae499f9e4041d0d244368932a1d4b4c0b6cd7a49
parent926f0da582a01f5c03bcc05919f5dbb6da37c01a
Issue #9360: Cleanup and improvements to the nntplib module.  The API
now conforms to the philosophy of bytes and unicode separation in Python 3.
A test suite has also been added.
Doc/library/nntplib.rst
Lib/nntplib.py
Lib/test/test_nntplib.py [new file with mode: 0644]
Misc/NEWS