summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2010-11-03 18:18:43 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2010-11-03 18:18:43 (GMT)
commit4103bc09a4326a4ffd8d2dbc60a01d256d18b1f7 (patch)
treea5d8a116d3ebb5ec2a42bf6f55a6156bd168fd62 /Misc
parent33d144aa36ee8afb2f9a8c0b081e6f24591106ab (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index adc3157..ba5ba38 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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;