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 eric.snow
Recipients Arfrever, brett.cannon, eric.snow, ncoghlan, pje, python-dev
Date 2013-11-01.05:43:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1383284634.61.0.363067210007.issue19413@psf.upfronthosting.co.za>
In-reply-to
Content
Looks like this broke on windows:

======================================================================
FAIL: test_reload_namespace_changed (test.test_importlib.test_api.Source_ReloadTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\cygwin\home\db3l\buildarea\3.x.bolen-windows\build\lib\test\test_importlib\test_api.py", line 283, in test_reload_namespace_changed
    [os.path.dirname(bad_path)] * 2)
AssertionError: Lists differ: ['C:\[46 chars]spam'] != ['C:\[46 chars]spam', 'C:\\DOCUME~1\\db3l\\LOCALS~1\\Temp\\tmpxhxk6rt9\\spam']

Second list contains 1 additional elements.
First extra element 1:
C:\DOCUME~1\db3l\LOCALS~1\Temp\tmpxhxk6rt9\spam

- ['C:\\DOCUME~1\\db3l\\LOCALS~1\\Temp\\tmpxhxk6rt9\\spam']
?                                                         ^

+ ['C:\\DOCUME~1\\db3l\\LOCALS~1\\Temp\\tmpxhxk6rt9\\spam',
?                                                         ^

+  'C:\\DOCUME~1\\db3l\\LOCALS~1\\Temp\\tmpxhxk6rt9\\spam']
History
Date User Action Args
2013-11-01 05:43:54eric.snowsetrecipients: + eric.snow, brett.cannon, pje, ncoghlan, Arfrever, python-dev
2013-11-01 05:43:54eric.snowsetmessageid: <1383284634.61.0.363067210007.issue19413@psf.upfronthosting.co.za>
2013-11-01 05:43:54eric.snowlinkissue19413 messages
2013-11-01 05:43:54eric.snowcreate