mirror of
https://github.com/python/cpython.git
synced 2025-07-12 13:55:34 +00:00
Whitespace normalization.
This commit is contained in:
parent
003047a5f2
commit
1633a2e345
4 changed files with 5 additions and 5 deletions
|
@ -362,7 +362,7 @@ else:
|
|||
import UserDict
|
||||
|
||||
# Fake unsetenv() for Windows
|
||||
# not sure about os2 and dos here but
|
||||
# not sure about os2 and dos here but
|
||||
# I'm guessing they are the same.
|
||||
|
||||
if name in ('os2', 'nt', 'dos'):
|
||||
|
@ -421,7 +421,7 @@ else:
|
|||
def __delitem__(self, key):
|
||||
unsetenv(key)
|
||||
del self.data[key]
|
||||
|
||||
|
||||
|
||||
environ = _Environ(environ)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue