summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c0aa976..5d3f57c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -131,8 +131,8 @@ Extension modules
The pickle format of date, time and datetime objects has changed
completely. The undocumented pickler and unpickler functions no
- longer exist. The undocumented __setstate__() methods no longer
- exist either.
+ longer exist. The undocumented __setstate__() and __getstate__()
+ methods no longer exist either.
Library
-------