Commit 50c63169 authored by Andrew Svetlov's avatar Andrew Svetlov

Issue #16714: use 'raise' exceptions, don't 'throw'.

Patch by Serhiy Storchaka.
parents 133543d7 c24868ba
......@@ -104,7 +104,7 @@ class msvc9compilerTestCase(support.TempdirManager,
unittest.TestCase):
def test_no_compiler(self):
# makes sure query_vcvarsall throws
# makes sure query_vcvarsall raises
# a DistutilsPlatformError if the compiler
# is not found
from distutils.msvc9compiler import query_vcvarsall
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment