Message236084
| Author |
berker.peksag |
| Recipients |
alanmcintyre, berker.peksag, doko, python-dev, serhiy.storchaka |
| Date |
2015年02月16日.01:30:10 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1424050212.38.0.608117959486.issue17753@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
Buildbots are not happy:
======================================================================
ERROR: test_write_filtered_python_package (test.test_zipfile.PyZipFileTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\cygwin\home\db3l\buildarea3円.x.bolen-windows7\build\lib\test\test_zipfile.py", line 733, in test_write_filtered_python_package
self.requiresWriteAccess(packagedir)
File "D:\cygwin\home\db3l\buildarea3円.x.bolen-windows7\build\lib\test\test_zipfile.py", line 683, in requiresWriteAccess
if not os.access(path, os.W_OK, effective_ids=True):
NotImplementedError: access: effective_ids unavailable on this platform
http://buildbot.python.org/all/builders/x86%20Windows7%203.x/builds/9269/steps/test/logs/stdio |
|