summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4a5658a..2e4552d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -179,6 +179,9 @@ Library
- Issue #4014: Don't claim that Python has an Alpha release status, in addition
to claiming it is Mature.
+- Issue #4730: Fixed the cPickle module to handle correctly astral characters
+ when protocol 0 is used.
+
Build
-----