[issue4081] Error copying directory to _static in Sphinx

2008-10-18 Thread Tim Delaney
Tim Delaney <[EMAIL PROTECTED]> added the comment: Confirmed fixed in 0.43 - this issue can be closed. ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue4081] Error copying directory to _static in Sphinx

2008-10-08 Thread Tim Delaney
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.

[issue4081] Error copying directory to _static in Sphinx

2008-10-08 Thread Tim Delaney
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

[issue1733134] sqlite3.dll cannot be relocated

2008-01-11 Thread Tim Delaney
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

[issue1196] int() documentation does not specify default radix

2007-09-24 Thread Tim Delaney
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