- Bug #1100201: Cross-site scripting was possible on BaseHTTPServer via

error messages.
This commit is contained in:
Georg Brandl 2005-06-26 21:36:25 +00:00
parent a2aa1ac42b
commit fbff1bcd69

View file

@ -147,6 +147,9 @@ Extension Modules
Library Library
------- -------
- Bug #1100201: Cross-site scripting was possible on BaseHTTPServer via
error messages.
- Bug #1108948: Cookie.py produced invalid JavaScript code. - Bug #1108948: Cookie.py produced invalid JavaScript code.
- The tokenize module now detects and reports indentation errors. - The tokenize module now detects and reports indentation errors.