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 ocean-city
Recipients ocean-city
Date 2009-01-01.05:06:07
SpamBayes Score 8.42861e-06
Marked as misclassified No
Message-id <1230786370.88.0.170386258104.issue4797@psf.upfronthosting.co.za>
In-reply-to
Content
This patch fixes this error.

http://www.python.org/dev/buildbot/trunk.stable/x86%20XP-4%
20trunk/builds/1727/step-test/0

======================================================================
FAIL: testOpendir (test.test_fileio.AutoFileTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "E:\cygwin\home\db3l\buildarea\trunk.bolen-
windows\build\lib\test\test_fileio.py", line 112, in testOpendir
    self.assertEqual(e.filename, ".")
AssertionError: None != '.'

This error doesn't occur on py3k (because wide string is passed) but I 
think It's better to merge the patch into py3k too.
History
Date User Action Args
2009-01-01 05:06:10ocean-citysetrecipients: + ocean-city
2009-01-01 05:06:10ocean-citysetmessageid: <1230786370.88.0.170386258104.issue4797@psf.upfronthosting.co.za>
2009-01-01 05:06:09ocean-citylinkissue4797 messages
2009-01-01 05:06:08ocean-citycreate