[Python-checkins] cpython: Issues #25232, #24657: Add NEWS to 3.6.0a1 section
martin.panter
python-checkins at python.org
Sat Oct 3 02:44:34 EDT 2015
https://hg.python.org/cpython/rev/3c006ee38287
changeset: 98514:3c006ee38287
user: Martin Panter <vadmium+py at gmail.com>
date: Sat Oct 03 06:25:43 2015 +0000
summary:
Issues #25232, #24657: Add NEWS to 3.6.0a1 section
files:
Misc/NEWS | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -40,6 +40,12 @@
Library
-------
+- Issue #25232: Fix CGIRequestHandler to split the query from the URL at the
+ first question mark (?) rather than the last. Patch from Xiang Zhang.
+
+- Issue #24657: Prevent CGIRequestHandler from collapsing slashes in the
+ query part of the URL as if it were a path. Patch from Xiang Zhang.
+
- Issue #25287: Don't add crypt.METHOD_CRYPT to crypt.methods if it's not
supported. Check if it is supported, it may not be supported on OpenBSD for
example.
--
Repository URL: https://hg.python.org/cpython
More information about the Python-checkins
mailing list