diff options
author | Benjamin Peterson <benjamin@python.org> | 2015-05-23 15:36:48 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2015-05-23 15:36:48 (GMT) |
commit | 9bd476ea57e1f77c5d117577d721bff806137a09 (patch) | |
tree | d52aa4b0cfd0bd7e6245ce676bca25d791fb4dc8 /Misc | |
parent | 0823ffb2fb16aa29cefd4c1b91edd82d9814e46a (diff) | |
download | cpython-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/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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? =========================== |