[Python-checkins] cpython (merge 3.5 -> default): Merge 3.5

yury.selivanov python-checkins at python.org
Fri Jul 3 07:16:26 CEST 2015


https://hg.python.org/cpython/rev/09b223827f63
changeset:   96775:09b223827f63
parent:      96773:749d74e5dfa7
parent:      96774:7edbbcbf5936
user:        Yury Selivanov <yselivanov at sprymix.com>
date:        Fri Jul 03 01:16:20 2015 -0400
summary:
  Merge 3.5

files:
  Lib/test/test_exceptions.py |  2 ++
  1 files changed, 2 insertions(+), 0 deletions(-)


diff --git a/Lib/test/test_exceptions.py b/Lib/test/test_exceptions.py
--- a/Lib/test/test_exceptions.py
+++ b/Lib/test/test_exceptions.py
@@ -118,6 +118,8 @@
         try: x = 1/0
         except Exception as e: pass
 
+        self.raise_catch(StopAsyncIteration, "StopAsyncIteration")
+
     def testSyntaxErrorMessage(self):
         # make sure the right exception message is raised for each of
         # these code fragments

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list