Message9661
> 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'
It is bug #2292.
(On my system /etc/localtime is a symlink to /usr/share/zoneinfo/posix/Poland.)
> 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:
Test suite of Sphinx passes for me with CPython 2.7.10_pre20150315.
> .../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'
Do you use old version of six? |
|
Date |
User |
Action |
Args |
2015-03-16 13:58:34 | Arfrever | set | messageid: <1426514314.93.0.982296521779.issue2288@psf.upfronthosting.co.za> |
2015-03-16 13:58:34 | Arfrever | set | recipients:
+ Arfrever, zyasoft, stefan.richthofer |
2015-03-16 13:58:34 | Arfrever | link | issue2288 messages |
2015-03-16 13:58:34 | Arfrever | create | |
|