You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
assignee='https://github.com/birkenfeld'closed_at=<Date2007-09-20.17:59:03.671>created_at=<Date2007-09-19.21:38:22.549>labels= ['type-bug', 'library']
title='Redefine clear() for os.environ to use unsetenv() if possible'updated_at=<Date2007-09-20.17:59:03.669>user='https://bugs.python.org/martinhorcicka'
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.
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.
I don't think so -- it goes over self.data.keys() which means they are
already uppercase.
All of this would be unnecessary if clear() in UserDict were to be changed to
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: