summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil@uthcode.com>2012-04-22 01:19:04 (GMT)
committerSenthil Kumaran <senthil@uthcode.com>2012-04-22 01:19:04 (GMT)
commit3a441c1bedf1091ed4a177e5d7f0a12ef9f9fa65 (patch)
treeaa7845ca2d570c33046a0b6f6b022a48383f49c5 /Misc
parentb8c0206bd4b113ea774554a608057f4ad6ebfabc (diff)
downloadcpython-3a441c1bedf1091ed4a177e5d7f0a12ef9f9fa65.zip
cpython-3a441c1bedf1091ed4a177e5d7f0a12ef9f9fa65.tar.gz
cpython-3a441c1bedf1091ed4a177e5d7f0a12ef9f9fa65.tar.bz2
Fix Issue2193 - Allow ":" character in Cookie NAME values
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 08a1dd3..120b57f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -61,6 +61,8 @@ Core and Builtins
Library
-------
+- Issue #2193: Allow ":" character in Cookie NAME values.
+
- Issue #14629: tokenizer.detect_encoding will specify the filename in the
SyntaxError exception if found at readline.__self__.name.