ingrid added the comment:

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.

----------
keywords: +patch
nosy: +ingrid, jesstess
Added file: http://bugs.python.org/file36257/issue21973.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue21973>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to