summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2015-05-23 15:40:47 (GMT)
committerBenjamin Peterson <benjamin@python.org>2015-05-23 15:40:47 (GMT)
commitc4ae86e47730a4466a8d6ebae4c5531bf1dfca3b (patch)
tree4c5858a4ef5af5a5e9070ce3b0127c7f6e92e98e /Misc
parent7bf0d5a759fb60170f305e0a4f3a5ad9c0882e67 (diff)
parentd504f20e1c30d7ee328e897e1bb93cba3d1db7a2 (diff)
downloadcpython-c4ae86e47730a4466a8d6ebae4c5531bf1dfca3b.zip
cpython-c4ae86e47730a4466a8d6ebae4c5531bf1dfca3b.tar.gz
cpython-c4ae86e47730a4466a8d6ebae4c5531bf1dfca3b.tar.bz2
merge 3.3 (#22931)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 6b491d0..7d2176f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -80,6 +80,8 @@ Library
- Issue #23796: peek and read1 methods of BufferedReader now raise ValueError
if they called on a closed object. Patch by John Hergenroeder.
+- Issue #22931: Allow '[' and ']' in cookie values.
+
- Issue #24094: Fix possible crash in json.encode with poorly behaved dict
subclasses.