]> granicus.if.org Git - python/commit
Issue #10287: nntplib now queries the server's CAPABILITIES first before sending...
authorAntoine Pitrou <solipsis@pitrou.net>
Tue, 14 Feb 2012 22:30:35 +0000 (23:30 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Tue, 14 Feb 2012 22:30:35 +0000 (23:30 +0100)
commit06b57ef9586c8095b38b58dbf04fb8de94c08c16
tree887fb8c34ad06cb315c16f7757d827ddda0ac93a
parent2603d0a6575024f619df0f4a0e1bfbfc11c1c52f
parent71135624d81fac63a1684d5cf31932652f9250ff
Issue #10287: nntplib now queries the server's CAPABILITIES first before sending MODE READER, and only sends it if not already in READER mode.
Patch by Hynek Schlawack.
Lib/nntplib.py
Lib/test/test_nntplib.py
Misc/NEWS