diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2018-04-22 23:48:11 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-22 23:48:11 (GMT) |
commit | d5a2377c3d70e4143bcbee4a765b3434e21f683a (patch) | |
tree | fb88557cdcf43ba46a8c2e889f2beed603970947 /Misc | |
parent | b81ca28b378c8b29204a37f8bd433a3379f53f7d (diff) | |
download | cpython-d5a2377c3d70e4143bcbee4a765b3434e21f683a.zip cpython-d5a2377c3d70e4143bcbee4a765b3434e21f683a.tar.gz cpython-d5a2377c3d70e4143bcbee4a765b3434e21f683a.tar.bz2 |
bpo-991266: Fix quoting of Comment attribute of SimpleCookie (GH-6555)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2018-04-21-00-24-08.bpo-991266.h93TP_.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-04-21-00-24-08.bpo-991266.h93TP_.rst b/Misc/NEWS.d/next/Library/2018-04-21-00-24-08.bpo-991266.h93TP_.rst new file mode 100644 index 0000000..3af6c27 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2018-04-21-00-24-08.bpo-991266.h93TP_.rst @@ -0,0 +1 @@ +Fix quoting of the ``Comment`` attribute of :class:`http.cookies.SimpleCookie`. |