Tim Delaney <[EMAIL PROTECTED]> added the comment:
Confirmed fixed in 0.43 - this issue can be closed.
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Tim Delaney <[EMAIL PROTECTED]> added the comment:
Oops - didn't complete my thought. The issue is that if the directory
does not already exist, the attached exception is raised.
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.
New submission from Tim Delaney <[EMAIL PROTECTED]>:
If there is a directory to be copied to _static, Sphinx first attempts
to delete any directory by the same name in the _static directory. See
attached sphinx_static_exc.txt for the exception.
The simplest fix is to change the call (li
Tim Delaney added the comment:
I've got no further details on this bug - I've never encountered it myself.
_
Tracker <[EMAIL PROTECTED]>
<http://bugs.pyth
New submission from Tim Delaney:
The int() documentation (section 2.1) does not specify the default
radix used. Alternatively, it does not specify the default behaviour
for string parsing.
Experimentally, it's parsing with a default radix of 10 - I recall in
an earlier version of Pyth