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.