Issue 1650174: configHandler support for raw data (original) (raw)

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.)