summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSkip Montanaro <skip@pobox.com>2003-06-17 12:58:31 (GMT)
committerSkip Montanaro <skip@pobox.com>2003-06-17 12:58:31 (GMT)
commit364ca40c2a053718f67c2032769de1f1fd76bb22 (patch)
tree8a6d6bc56830bfcf182ad2b1a50145845966b7ff /Misc
parentd05abdec7b2620449369bb44a617684463ba50ac (diff)
downloadcpython-364ca40c2a053718f67c2032769de1f1fd76bb22.zip
cpython-364ca40c2a053718f67c2032769de1f1fd76bb22.tar.gz
cpython-364ca40c2a053718f67c2032769de1f1fd76bb22.tar.bz2
SF Patch 569574 - enhancements to cgitb for plain text display
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b8b9a9b..2d2c8a0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -83,6 +83,9 @@ Extension modules
Library
-------
+- The cgitb module has been extended to support plain text display (SF patch
+ 569574).
+
- A brand new version of IDLE (from the IDLEfork project at
SourceForge) is now included as Lib/idlelib. The old Tools/idle is
no more.