From: Neal Norwitz Date: Wed, 16 May 2007 05:06:33 +0000 (+0000) Subject: Mention removal of some directories for obsolete platforms X-Git-Tag: v2.6a1~1742 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e0e70a42fa38a96322e938a800f7dbc45338a6b1;p=python Mention removal of some directories for obsolete platforms --- diff --git a/Misc/NEWS b/Misc/NEWS index 79db74a56c..1b3e1d9709 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -207,6 +207,9 @@ Core and builtins Library ------- +- Removed plat-freebsd2 and plat-freebsd3 directories (and IN.py in + the directories). + - HTML-escape the plain traceback in cgitb's HTML output, to prevent the traceback inadvertently or maliciously closing the comment and injecting HTML into the error page.