diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2017-01-13 07:23:15 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2017-01-13 07:23:15 (GMT) |
commit | cc283378d65e8294895eead78815f8cda15653f5 (patch) | |
tree | c1d6c0768a57d75807a35e24083c9b354339ef6d /Misc | |
parent | 009b0a1face9c16b608b3cd18df8c88632006ae1 (diff) | |
download | cpython-cc283378d65e8294895eead78815f8cda15653f5.zip cpython-cc283378d65e8294895eead78815f8cda15653f5.tar.gz cpython-cc283378d65e8294895eead78815f8cda15653f5.tar.bz2 |
Issue #29192: Removed deprecated features in the http.cookies module.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -212,6 +212,8 @@ Core and Builtins Library ------- +- Issue #29192: Removed deprecated features in the http.cookies module. + - Issue #29193: A format string argument for string.Formatter.format() is now positional-only. |