diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2010-11-03 18:18:43 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2010-11-03 18:18:43 (GMT) |
commit | 4103bc09a4326a4ffd8d2dbc60a01d256d18b1f7 (patch) | |
tree | a5d8a116d3ebb5ec2a42bf6f55a6156bd168fd62 /Misc | |
parent | 33d144aa36ee8afb2f9a8c0b081e6f24591106ab (diff) | |
download | cpython-4103bc09a4326a4ffd8d2dbc60a01d256d18b1f7.zip cpython-4103bc09a4326a4ffd8d2dbc60a01d256d18b1f7.tar.gz cpython-4103bc09a4326a4ffd8d2dbc60a01d256d18b1f7.tar.bz2 |
Issue #10281: nntplib now returns None for absent fields in the OVER/XOVER
response, instead of raising an exception.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -59,6 +59,9 @@ Core and Builtins Library ------- +- Issue #10281: nntplib now returns None for absent fields in the OVER/XOVER + response, instead of raising an exception. + - wsgiref now implements and validates PEP 3333, rather than an experimental extension of PEP 333. (Note: earlier versions of Python 3.x may have incorrectly validated some non-compliant applications as WSGI compliant; |