Is anybody using config.py rather than config.ini in your tracker?
"John P. Rouillard" <[email protected]>
| Newsgroups | gmane.comp.bug-tracking.roundup.devel,gmane.comp.bug-tracking.roundup.user |
|---|---|
| Message-ID | <[email protected]> |
Hi all: Way back in the depths of time (before 2004-12-08: 0.8.0b1) roundup's configuration used to be done using config.py. After this point support for config.ini was provided. However it looks like config.py support is still present in the code as a backwards compatible method if config.ini is not loaded. The way it is implemented uses the imp module that is depricated in python3. Replacing it is not straight forward and I don't think the compatibility code is tested by the current test suite. Is anybody running a tracker that needs support for config.py? My guess is that interfaces.py and config.ini replace all of config.py. If nobody complains I am going to delete that code for the next (2.1) release. Have a great week. -- -- rouilj John Rouillard =========================================================================== My employers don't acknowledge my existence much less my opinions.