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 serhiy.storchaka
Recipients serhiy.storchaka, terry.reedy
Date 2016-07-05.20:55:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1467752128.84.0.130787593728.issue27452@psf.upfronthosting.co.za>
In-reply-to
Content
If config.py is just executed, __file__ can be a relative path.

RemoveFile() looks as a part of public API. If you are sure that nobody needs to remove a config file, you can remove this method.
History
Date User Action Args
2016-07-05 20:55:28serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy
2016-07-05 20:55:28serhiy.storchakasetmessageid: <1467752128.84.0.130787593728.issue27452@psf.upfronthosting.co.za>
2016-07-05 20:55:28serhiy.storchakalinkissue27452 messages
2016-07-05 20:55:28serhiy.storchakacreate