Message285

Author gle
Recipients
Date 2001-02-27.07:29:37
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
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.
History
Date User Action Args
2008-02-20 17:16:49adminlinkissue404525 messages
2008-02-20 17:16:49admincreate