| commit | 364ca40c2a053718f67c2032769de1f1fd76bb22 | [log] [tgz] |
|---|---|---|
| author | Skip Montanaro <skip@pobox.com> | Tue Jun 17 12:58:31 2003 +0000 |
| committer | Skip Montanaro <skip@pobox.com> | Tue Jun 17 12:58:31 2003 +0000 |
| tree | 8a6d6bc56830bfcf182ad2b1a50145845966b7ff | |
| parent | d05abdec7b2620449369bb44a617684463ba50ac [diff] [blame] |
SF Patch 569574 - enhancements to cgitb for plain text display
diff --git a/Misc/NEWS b/Misc/NEWS index b8b9a9b..2d2c8a0 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -83,6 +83,9 @@ 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.