From e0e70a42fa38a96322e938a800f7dbc45338a6b1 Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Wed, 16 May 2007 05:06:33 +0000 Subject: [PATCH] Mention removal of some directories for obsolete platforms --- Misc/NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index 79db74a56c2..1b3e1d97092 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.