summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
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 440f0b2..ec85455 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -320,6 +320,8 @@ Library
- bpo-29998: Pickling and copying ImportError now preserves name and path
attributes.
+- bpo-29995: re.escape() now escapes only regex special characters.
+
- bpo-29962: Add math.remainder operation, implementing remainder
as specified in IEEE 754.