Author: Philip Jenvey <pjen...@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
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to