Message251980
Before creating another layer on top of the existing layers of configuration handling, can I suggest for now at least just hard-coding the few things that are needed in the code itself?
For example, in configHandler.py, after calling LoadCfgFiles, we could call a routine like, e.g.
def AdjustPlatformDefaults(self):
if sys.platform == 'darwin':
self.defaultCfg['main'].set('Keys', 'name', 'IDLE Classic OSX')
...
An appropriate comment could be added to config-main.def about this default option being overridden.
That would allow getting rid of the Makefile hack. |
|
Date |
User |
Action |
Args |
2015-09-30 23:54:09 | markroseman | set | recipients:
+ markroseman, terry.reedy, ned.deily, westley.martinez |
2015-09-30 23:54:09 | markroseman | set | messageid: <1443657249.04.0.267181803981.issue20580@psf.upfronthosting.co.za> |
2015-09-30 23:54:09 | markroseman | link | issue20580 messages |
2015-09-30 23:54:08 | markroseman | create | |
|