[Python-checkins] r50565 - python/branches/bcannon-sandboxing/Lib/test/exception_hierarchy.txt

brett.cannon python-checkins at python.org
Tue Jul 11 03:32:23 CEST 2006


Author: brett.cannon
Date: Tue Jul 11 03:32:22 2006
New Revision: 50565

Modified:
   python/branches/bcannon-sandboxing/Lib/test/exception_hierarchy.txt
Log:
Add SandboxError to exception hierarhcy test file.


Modified: python/branches/bcannon-sandboxing/Lib/test/exception_hierarchy.txt
==============================================================================
--- python/branches/bcannon-sandboxing/Lib/test/exception_hierarchy.txt	(original)
+++ python/branches/bcannon-sandboxing/Lib/test/exception_hierarchy.txt	Tue Jul 11 03:32:22 2006
@@ -27,6 +27,7 @@
       |    +-- ReferenceError
       |    +-- RuntimeError
       |    |    +-- NotImplementedError
+      |    +-- SandboxError
       |    +-- SyntaxError
       |    |    +-- IndentationError
       |    |         +-- TabError


More information about the Python-checkins mailing list