summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTerry Reedy <tjreedy@udel.edu>2011-01-10 21:49:11 (GMT)
committerTerry Reedy <tjreedy@udel.edu>2011-01-10 21:49:11 (GMT)
commit8663e346dc719deb2ea40608d242a57e5d01bcfd (patch)
treebc5c47ee46d045c4cc88795a38f4d6091af660d0 /Misc
parentc842a17d81cb8f9ec575effd05fb9dfe2dba1a90 (diff)
downloadcpython-8663e346dc719deb2ea40608d242a57e5d01bcfd.zip
cpython-8663e346dc719deb2ea40608d242a57e5d01bcfd.tar.gz
cpython-8663e346dc719deb2ea40608d242a57e5d01bcfd.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 6af7cf9..9157eae 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -31,6 +31,8 @@ Core and Builtins
Library
-------
+- Issue #10875: Update Regular Expression HOWTO; patch by 'SilentGhost'.
+
- Issue #10869: Fixed bug where ast.increment_lineno modified the root
node twice.