diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-11-21 22:29:42 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-11-21 22:29:42 (GMT) |
commit | 546ce65968921f52f1c79a7218e57dc237dbe436 (patch) | |
tree | b63e6a32e8e0ca3893f6914367ecdbcd36e19c67 /Misc/NEWS | |
parent | f89854f89c7d4f625ad8d35783a30b7a48bd0e76 (diff) | |
download | cpython-546ce65968921f52f1c79a7218e57dc237dbe436.zip cpython-546ce65968921f52f1c79a7218e57dc237dbe436.tar.gz cpython-546ce65968921f52f1c79a7218e57dc237dbe436.tar.bz2 |
Issue #28752: Restored the __reduce__() methods of datetime objects.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -42,6 +42,8 @@ Core and Builtins Library ------- +- Issue #28752: Restored the __reduce__() methods of datetime objects. + - Issue #28727: Regular expression patterns, _sre.SRE_Pattern objects created by re.compile(), become comparable (only x==y and x!=y operators). This change should fix the issue #18383: don't duplicate warning filters when the |