This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author dpinte
Recipients
Date 2005-12-12.14:27:36
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=970259

Oups, the patch should be the following : 

File /usr/lib/python2.3/logging/config.py, line 61
-------------------------------------------------
import os
if not (os.path.isfile(fname)):
   raise IOError('Provided filename is not existing')
History
Date User Action Args
2007-08-23 14:36:43adminlinkissue1378755 messages
2007-08-23 14:36:43admincreate