Message9658
I finally managed to run the sphinx test suite on my own. However I cannot reproduce the output above. Especially I don't get any java.lang.NullPointerException in <bound method ZipFile.__del__ of <zipfile.ZipFile instance at 0x800>>
Instead I get tons of errors reading:
.../Babel-1.3/build/lib.linux-x86_64-2.7/babel/localtime/_unix.py", line 52, in _get_localzone
pos = link_dst.find('/zoneinfo/')
AttributeError: 'NoneType' object has no attribute 'find'
Btw, CPython 2.7.5+ does not pass the Sphinx test suite error-less as well. I think this is due to some python2/python3 incompatibility:
.../sphinx-master/sphinx/ext/intersphinx.py", line 44, in <module>
handlers = [request.ProxyHandler(), request.HTTPRedirectHandler(),
AttributeError: 'Module_six_moves_urllib_request' object has no attribute 'HTTPRedirectHandler' |
|
Date |
User |
Action |
Args |
2015-03-15 23:52:50 | stefan.richthofer | set | messageid: <1426463570.2.0.932309318617.issue2288@psf.upfronthosting.co.za> |
2015-03-15 23:52:50 | stefan.richthofer | set | recipients:
+ stefan.richthofer, zyasoft, Arfrever |
2015-03-15 23:52:50 | stefan.richthofer | link | issue2288 messages |
2015-03-15 23:52:49 | stefan.richthofer | create | |
|