summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTerry Reedy <tjreedy@udel.edu>2011-01-10 21:27:49 (GMT)
committerTerry Reedy <tjreedy@udel.edu>2011-01-10 21:27:49 (GMT)
commitaacfd4a0cf6dec35a4cda285135a34134d16fde6 (patch)
treeea06876895998904ec6e3eb393bddeeac52eb6a2 /Misc
parenteb70b900974a6df2ab04ee081c50150ef75d002c (diff)
downloadcpython-aacfd4a0cf6dec35a4cda285135a34134d16fde6.zip
cpython-aacfd4a0cf6dec35a4cda285135a34134d16fde6.tar.gz
cpython-aacfd4a0cf6dec35a4cda285135a34134d16fde6.tar.bz2
Issue #10875: Update Regular Expression HOWTO; patch by 'SilentGhost'.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d162c5d..2459302 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -40,6 +40,8 @@ Core and Builtins
Library
-------
+- Issue #10875: Update Regular Expression HOWTO; patch by 'SilentGhost'.
+
- Issue #10872: The repr() of TextIOWrapper objects now includes the mode
if available.