diff options
author | R David Murray <rdmurray@bitdance.com> | 2012-10-27 18:42:47 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2012-10-27 18:42:47 (GMT) |
commit | 252cd0e4e0b11c7d13e24146617ad48e80feca43 (patch) | |
tree | 7322c3b62a62be259ce6cc15fb01446bcb152f31 /Misc | |
parent | bc876a2d4a7b8aa9aedd5da6b62fe391092c3b3c (diff) | |
download | cpython-252cd0e4e0b11c7d13e24146617ad48e80feca43.zip cpython-252cd0e4e0b11c7d13e24146617ad48e80feca43.tar.gz cpython-252cd0e4e0b11c7d13e24146617ad48e80feca43.tar.bz2 |
#12890: don't emit <p> tags in text mode when logdir specified.
Patch by Jeff McNeil.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -699,6 +699,7 @@ Mark Mc Mahon Gordon McMillan Caolan McNamara Andrew McNamara +Jeff McNeil Craig McPheeters Lambert Meertens Bill van Melle @@ -132,6 +132,9 @@ Core and Builtins Library ------- +- Issue #12890: cgitb no longer prints spurious <p> tags in text + mode when the logdir option is specified. + - Issue #16250: Fix URLError invocation with proper args. - Issue #16305: Fix a segmentation fault occurring when interrupting |