[issue1181] Redefine clear() for os.environ to use unsetenv() if possible
Raghuram Devarakonda
report at bugs.python.org
Thu Sep 20 19:46:04 CEST 2007
Raghuram Devarakonda added the comment:
Shouldn't the first clear() in the patch say "del
self.data[key.upper()]" instead of "del self.data[key]"? I also think
the patch should include doc change.
__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1181>
__________________________________
More information about the Python-bugs-list
mailing list