summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2015-05-23 15:36:48 (GMT)
committerBenjamin Peterson <benjamin@python.org>2015-05-23 15:36:48 (GMT)
commit9bd476ea57e1f77c5d117577d721bff806137a09 (patch)
treed52aa4b0cfd0bd7e6245ce676bca25d791fb4dc8 /Misc
parent0823ffb2fb16aa29cefd4c1b91edd82d9814e46a (diff)
downloadcpython-9bd476ea57e1f77c5d117577d721bff806137a09.zip
cpython-9bd476ea57e1f77c5d117577d721bff806137a09.tar.gz
cpython-9bd476ea57e1f77c5d117577d721bff806137a09.tar.bz2
allow square brackets in cookie values (closes #22931)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 895ff67..b33c5a4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -16,6 +16,11 @@ Core and Builtins
- Issue #23055: Fixed a buffer overflow in PyUnicode_FromFormatV. Analysis
and fix by Guido Vranken.
+Library
+-------
+
+- Issue #22931: Allow '[' and ']' in cookie values.
+
What's New in Python 3.2.6?
===========================