summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2012-10-27 18:42:36 (GMT)
committerR David Murray <rdmurray@bitdance.com>2012-10-27 18:42:36 (GMT)
commit54eed2e36d2c8e06ce1f1a30a3979587a3ac1af6 (patch)
tree494ca3af7d198ec9f1c277010f01dde7593f03e5 /Misc/NEWS
parent3e66f0d14d4541f85ee5daf00dbd3150a02fa4aa (diff)
downloadcpython-54eed2e36d2c8e06ce1f1a30a3979587a3ac1af6.zip
cpython-54eed2e36d2c8e06ce1f1a30a3979587a3ac1af6.tar.gz
cpython-54eed2e36d2c8e06ce1f1a30a3979587a3ac1af6.tar.bz2
#12890: don't emit <p> tags in text mode when logdir specified.
Patch by Jeff McNeil.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 216346e..8df6477 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -122,6 +122,9 @@ Core and Builtins
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().