From: nobody <no...@so...> - 2001-02-27 07:28:02
|
Artifact #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: Open 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. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=112867&aid=404525&group_id=12867 |