commit | 54eed2e36d2c8e06ce1f1a30a3979587a3ac1af6 | [log] [tgz] |
---|---|---|
author | R David Murray <rdmurray@bitdance.com> | Sat Oct 27 14:42:36 2012 -0400 |
committer | R David Murray <rdmurray@bitdance.com> | Sat Oct 27 14:42:36 2012 -0400 |
tree | 494ca3af7d198ec9f1c277010f01dde7593f03e5 | |
parent | 3e66f0d14d4541f85ee5daf00dbd3150a02fa4aa [diff] [blame] |
#12890: don't emit <p> tags in text mode when logdir specified. Patch by Jeff McNeil.
diff --git a/Misc/NEWS b/Misc/NEWS index 216346e..8df6477 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -122,6 +122,9 @@ Library ------- +- Issue #12890: cgitb no longer prints spurious <p> tags in text + mode when the logdir option is specified. + - Issue #14398: Fix size truncation and overflow bugs in the bz2 module. - Issue #5148: Ignore 'U' in mode given to gzip.open() and gzip.GzipFile().