Mention removal of some directories for obsolete platforms

This commit is contained in:
Neal Norwitz 2007-05-16 05:06:33 +00:00
parent d501d1fbc4
commit e0e70a42fa
1 changed files with 3 additions and 0 deletions

View File

@ -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.