commit | 0c6774d92b48c4c4097a3a3bea2294093092e4e3 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Wed Jan 15 11:51:06 2003 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Wed Jan 15 11:51:06 2003 +0000 |
tree | 99fca658cecaee2a9ec1d8bff51357bc8e61c504 | |
parent | d69663d3009b6718ed3fa27dec800d15c7d4babb [diff] |
Patch #661719: Expose compilation errors as exceptions on request.
diff --git a/Misc/NEWS b/Misc/NEWS index 61caf76..30b4902 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -78,6 +78,9 @@ Library ------- +- py_compile has a new 'doraise' flag and a new PyCompileError + exception. + - SimpleXMLRPCServer now supports CGI through the CGIXMLRPCRequestHandler class.