This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author skrah
Recipients ezio.melotti, flox, ishimoto, loewis, python-dev, serhiy.storchaka, skrah, tim.golden, vstinner
Date 2012-11-02.15:52:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1351871529.15.0.183622814908.issue15478@psf.upfronthosting.co.za>
In-reply-to
Content
One of 13ebaa36d87d, 9f696742dbda or 6903f5214e99 causes test failures in test_pep277:


======================================================================
FAIL: test_failures (test.test_pep277.UnicodeFileTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\buildbot.python.org\3.x.kloth-win64\build\lib\test\test_pep277.py", line 120, in test_failures
    self._apply_failure(os.listdir, name)
  File "C:\buildbot.python.org\3.x.kloth-win64\build\lib\test\test_pep277.py", line 105, in _apply_failure
    self.assertEqual(wildcard, '*.*')
AssertionError: '7_\u05d4\u05e9\u05e7\u05e6\u05e5\u05e1' != '*.*'
- 7_\u05d4\u05e9\u05e7\u05e6\u05e5\u05e1
+ *.*
History
Date User Action Args
2012-11-02 15:52:09skrahsetrecipients: + skrah, loewis, ishimoto, vstinner, tim.golden, ezio.melotti, flox, python-dev, serhiy.storchaka
2012-11-02 15:52:09skrahsetmessageid: <1351871529.15.0.183622814908.issue15478@psf.upfronthosting.co.za>
2012-11-02 15:52:09skrahlinkissue15478 messages
2012-11-02 15:52:08skrahcreate