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.

classification
Title: configHandler support for raw data
Type: Stage:
Components: IDLE Versions:
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: kbk Nosy List: kbk, taleinat
Priority: low Keywords: patch

Created on 2007-02-01 21:55 by taleinat, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
IDLE_configHandler.patch taleinat, 2007-02-01 21:55 configHandler.py - initial patch
Messages (2)
msg51834 - (view) Author: Tal Einat (taleinat) * (Python committer) Date: 2007-02-01 21:55
ConfigParser has support for reading/writing "raw" data, but support for this was simply not implemented in configHandler.py.

This patch makes IdleConf.GetOption(...) pass on the "raw" keyword argument to the config handlers, which is all that was missing.

This patch was previously posted as part of the Squeezer patch, but this is a very simple change, and it is now required by a new IDLE extension (currently in development.)
msg51835 - (view) Author: Kurt B. Kaiser (kbk) * (Python committer) Date: 2007-02-05 06:03
rev 53635.
History
Date User Action Args
2022-04-11 14:56:22adminsetgithub: 44539
2007-02-01 21:55:23taleinatcreate