diff options
author | Benjamin Peterson <benjamin@python.org> | 2015-05-23 15:40:47 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2015-05-23 15:40:47 (GMT) |
commit | c4ae86e47730a4466a8d6ebae4c5531bf1dfca3b (patch) | |
tree | 4c5858a4ef5af5a5e9070ce3b0127c7f6e92e98e /Misc | |
parent | 7bf0d5a759fb60170f305e0a4f3a5ad9c0882e67 (diff) | |
parent | d504f20e1c30d7ee328e897e1bb93cba3d1db7a2 (diff) | |
download | cpython-c4ae86e47730a4466a8d6ebae4c5531bf1dfca3b.zip cpython-c4ae86e47730a4466a8d6ebae4c5531bf1dfca3b.tar.gz cpython-c4ae86e47730a4466a8d6ebae4c5531bf1dfca3b.tar.bz2 |
merge 3.3 (#22931)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |