summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2003-01-15 11:51:06 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2003-01-15 11:51:06 (GMT)
commit0c6774d92b48c4c4097a3a3bea2294093092e4e3 (patch)
tree99fca658cecaee2a9ec1d8bff51357bc8e61c504 /Misc
parentd69663d3009b6718ed3fa27dec800d15c7d4babb (diff)
downloadcpython-0c6774d92b48c4c4097a3a3bea2294093092e4e3.zip
cpython-0c6774d92b48c4c4097a3a3bea2294093092e4e3.tar.gz
cpython-0c6774d92b48c4c4097a3a3bea2294093092e4e3.tar.bz2
Patch #661719: Expose compilation errors as exceptions on request.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 61caf76..30b4902 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -78,6 +78,9 @@ Extension modules
Library
-------
+- py_compile has a new 'doraise' flag and a new PyCompileError
+ exception.
+
- SimpleXMLRPCServer now supports CGI through the CGIXMLRPCRequestHandler
class.