From: nobody <no...@so...> - 2001-02-28 20:34:50
|
Bugs #404525, was updated on 2001-02-26 23:29 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=112867&aid=404525&group_id=12867 Category: Library Group: None Status: Closed Priority: 5 Submitted By: Gert Lehmann Assigned to: Nobody/Anonymous Summary: ConfigParser.remove_option method fails Initial Comment: If you try to use the remove_option() method in the ConfigParser class, then you get an error message like this: File "...\jython-2.0\Lib\ConfigParser.py", line 364, in remove_option NameError: key This is beacause the remove_option() method referes to an unknown variable called "key" - if you changes this to "option" the method works fine. ---------------------------------------------------------------------- Comment By: Finn Bock Date: 2001-02-28 12:36 Message: Logged In: YES user_id=4201 Most of library is copied from CPython2.0 including ConfigParser.py. In CPython this bug have been fixed in the current CVS and the new version will be included automaticly when Jython-2.1 is released. Nothing further is needed on our part to solve this bug. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=112867&aid=404525&group_id=12867 |