summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-11-21 22:29:42 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-11-21 22:29:42 (GMT)
commit546ce65968921f52f1c79a7218e57dc237dbe436 (patch)
treeb63e6a32e8e0ca3893f6914367ecdbcd36e19c67 /Misc/NEWS
parentf89854f89c7d4f625ad8d35783a30b7a48bd0e76 (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 5e06104..de614ee 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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