commit | 69ab95105f5105b8337c757346c899d6c7e7d9bb | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Wed Sep 29 15:03:40 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Wed Sep 29 15:03:40 2010 +0000 |
tree | ae499f9e4041d0d244368932a1d4b4c0b6cd7a49 | |
parent | 926f0da582a01f5c03bcc05919f5dbb6da37c01a [diff] |
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.