diff options
author | Terry Reedy <tjreedy@udel.edu> | 2011-01-10 21:49:11 (GMT) |
---|---|---|
committer | Terry Reedy <tjreedy@udel.edu> | 2011-01-10 21:49:11 (GMT) |
commit | 8663e346dc719deb2ea40608d242a57e5d01bcfd (patch) | |
tree | bc5c47ee46d045c4cc88795a38f4d6091af660d0 /Misc | |
parent | c842a17d81cb8f9ec575effd05fb9dfe2dba1a90 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |