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 ingrid
Recipients SilentGhost, Tomk, ingrid, jesstess, kbk, roger.serwy, terry.reedy
Date 2014-08-04.19:52:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1407181968.1.0.368598745755.issue21973@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch that will print a warning if there is an invalid config when starting idle. Example:

Warning (from warnings module):
  File "/Users/ingrid/.idlerc/config-extensions.cfg", line 1
    enable=1
MissingSectionHeaderError: File contains no section headers.
Ignoring configurations within config-extensions.cfg.
Delete this file or fix formatting errors to remove this warning.
History
Date User Action Args
2014-08-04 19:52:48ingridsetrecipients: + ingrid, terry.reedy, kbk, roger.serwy, SilentGhost, jesstess, Tomk
2014-08-04 19:52:48ingridsetmessageid: <1407181968.1.0.368598745755.issue21973@psf.upfronthosting.co.za>
2014-08-04 19:52:48ingridlinkissue21973 messages
2014-08-04 19:52:48ingridcreate