summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 5981b3a..512592e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -313,6 +313,9 @@ Extension Modules
Library
-------
+- bpo-10076: Compiled regular expression and match objects in the re module
+ now support copy.copy() and copy.deepcopy() (they are considered atomic).
+
- bpo-30068: _io._IOBase.readlines will check if it's closed first when
hint is present.