Message154450
| Author |
skrah |
| Recipients |
brett.cannon, eric.snow, nadeem.vawda, ncoghlan, pitrou, python-dev, skrah |
| Date |
2012年02月27日.10:23:29 |
| SpamBayes Score |
0.0420677 |
| Marked as misclassified |
No |
| Message-id |
<1330338210.26.0.336124509965.issue14080@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
I think there's another problem on Windows even after the fix:
http://www.python.org/dev/buildbot/all/builders/x86%20Windows7%203.x/builds/4463
======================================================================
FAIL: test_package___file__ (test.test_imp.PEP3147Tests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\cygwin\home\db3l\buildarea3円.x.bolen-windows7\build\lib\test\test_imp.py", line 331, in test_package___file__
self.assertEqual(m.__file__, expected___file__, (m.__file__, m.__path__))
AssertionError: 'D:\\cygwin\\home\\db3l\\buildarea\3円.x.bolen-windows7\\build\\build\\test_pytho [truncated]... != '.\\pep3147\\__init__.py'
- D:\cygwin\home\db3l\buildarea3円.x.bolen-windows7\build\build\test_python_2652\pep3147\__init__.py
+ .\pep3147\__init__.py
: ('D:\\cygwin\\home\\db3l\\buildarea\3円.x.bolen-windows7\\build\\build\\test_python_2652\\pep3147\\__init__.py', ['D:\\cygwin\\home\\db3l\\buildarea\3円.x.bolen-windows7\\build\\build\\test_python_2652\\pep3147'])
---------------------------------------------------------------------- |
|