[pypy-commit] pypy py3k: kill comment

pjenvey pypy.commits at gmail.com
Sat May 21 18:05:45 EDT 2016


Author: Philip Jenvey <pjenvey at underboss.org>
Branch: py3k
Changeset: r84556:11191ae99e58
Date: 2016-05-21 15:04 -0700
http://bitbucket.org/pypy/pypy/changeset/11191ae99e58/

Log:	kill comment

diff --git a/pypy/interpreter/test/test_raise.py b/pypy/interpreter/test/test_raise.py
--- a/pypy/interpreter/test/test_raise.py
+++ b/pypy/interpreter/test/test_raise.py
@@ -439,7 +439,6 @@
             fail('No exception raised')
 
     def test_context_with_suppressed(self):
-        # XXX: requires with statement's WHY_SILENCED
         class RaiseExc:
             def __init__(self, exc):
                 self.exc = exc


More information about the pypy-commit mailing list