Message112619
There IS one more option that seems to be better than all of the above:
1. Add an interpolation=True argument to RawConfigParser __init__ and move the interpolating functionality from SafeConfigParser to it.
2. Rename RawConfigParser to ConfigParser leaving the old name in PendingDeprecation with interpolation=False.
3. Make an alias for SafeConfigParser pointing to ConfigParser with PendingDeprecation.
We can do all this for 3.2 I guess without inflicting any actual damage. It will fix more bugs in running code that break config files.
Maybe we shouldn't be so afraid after all and just clean it up. |
|
Date |
User |
Action |
Args |
2010-08-03 15:20:06 | lukasz.langa | set | recipients:
+ lukasz.langa, fdrake, brett.cannon, georg.brandl, rhettinger, eric.araujo, r.david.murray, michael.foord, till |
2010-08-03 15:20:06 | lukasz.langa | set | messageid: <1280848806.13.0.832028984256.issue6517@psf.upfronthosting.co.za> |
2010-08-03 15:20:05 | lukasz.langa | link | issue6517 messages |
2010-08-03 15:20:04 | lukasz.langa | create | |
|