[pypy-svn] r75744 - pypy/trunk/pypy/interpreter/pyparser/test

afa at codespeak.net afa at codespeak.net
Thu Jul 1 23:41:50 CEST 2010


Author: afa
Date: Thu Jul  1 23:41:49 2010
New Revision: 75744

Modified:
   pypy/trunk/pypy/interpreter/pyparser/test/test_parsestring.py
Log:
Remove outdated comment


Modified: pypy/trunk/pypy/interpreter/pyparser/test/test_parsestring.py
==============================================================================
--- pypy/trunk/pypy/interpreter/pyparser/test/test_parsestring.py	(original)
+++ pypy/trunk/pypy/interpreter/pyparser/test/test_parsestring.py	Thu Jul  1 23:41:49 2010
@@ -54,7 +54,6 @@
         assert ret == eval("# -*- coding: koi8-u -*-\nu'\x81'")
 
     def test_simple_enc_roundtrip(self):
-        #py.test.skip("crashes in app_codecs, but when cheating using .encode at interp-level passes?!")
         space = self.space
         s = "'\x81'"
         s = s.decode("koi8-u").encode("utf8")



More information about the Pypy-commit mailing list