summaryrefslogtreecommitdiff
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-11-22 00:29:42 +0200
committerSerhiy Storchaka <storchaka@gmail.com>2016-11-22 00:29:42 +0200
commit75b90aa64b1879fb7681a2d3fb64340aa7eaf625 (patch)
treeed76ce620ced94ad1053ed0cd100407bec009264 /Misc/NEWS
parent4c857a4c95e1f254e20f8b857268064700be8cc6 (diff)
downloadcpython-75b90aa64b1879fb7681a2d3fb64340aa7eaf625.tar.gz
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 5e06104777..de614eee4c 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