summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-02-24 13:50:59 (GMT)
committerJason R. Coombs <jaraco@jaraco.com>2016-02-24 13:50:59 (GMT)
commitb118870490dd62e0706e8e610e99115c20e02bff (patch)
tree742339cda358adf037b61d37bb121ff21bafa2ca /Misc
parentd10aa2e30d795686b25a3217be069c77cbd23944 (diff)
parent102d813b5553c8f0b1d0653bb9f9b7a3ac9a56c8 (diff)
downloadcpython-b118870490dd62e0706e8e610e99115c20e02bff.zip
cpython-b118870490dd62e0706e8e610e99115c20e02bff.tar.gz
cpython-b118870490dd62e0706e8e610e99115c20e02bff.tar.bz2
Issue #26302: merge from 3.5
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 546c295..3e2b113 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@ Release date: tba
Core and Builtins
-----------------
+- Issue #26302: Correct behavior to reject comma as a legal character for
+ cookie names.
+
- Issue #26136: Upgrade the warning when a generator raises StopIteration
from PendingDeprecationWarning to DeprecationWarning. Patch by Anish
Shah.