1 new commit in pytest:
https://bitbucket.org/hpk42/pytest/changeset/a60ba78ee36d/ changeset: a60ba78ee36d user: gutworth date: 2012-04-18 17:26:44 summary: don't use octal syntax, since its not py2/py3 compatible affected #: 1 file diff -r 111f17d50ad8d28742b180908286b8f33bf351c3 -r a60ba78ee36d2accee0f8991af2be3fddf992790 testing/test_junitxml.py --- a/testing/test_junitxml.py +++ b/testing/test_junitxml.py @@ -356,7 +356,7 @@ unichr = chr u = py.builtin._totext invalid = (0x00, 0x1, 0xB, 0xC, 0xE, 0x19, - 033, # issue #126 + 27, # issue #126 0xD800, 0xDFFF, 0xFFFE, 0x0FFFF) #, 0x110000) valid = (0x9, 0xA, 0x20,) # 0xD, 0xD7FF, 0xE000, 0xFFFD, 0x10000, 0x10FFFF) Repository URL: https://bitbucket.org/hpk42/pytest/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. _______________________________________________ py-svn mailing list py-svn@codespeak.net http://codespeak.net/mailman/listinfo/py-svn