diff options
-rw-r--r-- | Lib/distutils/config.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Lib/distutils/config.py b/Lib/distutils/config.py index 9d8b30e..1d32714 100644 --- a/Lib/distutils/config.py +++ b/Lib/distutils/config.py @@ -47,11 +47,6 @@ class PyPIRCCommand(Command): f.write(DEFAULT_PYPIRC % (username, password)) finally: f.close() - try: - os.chmod(rc, 0600) - except OSError: - # should do something better here - pass def _read_pypirc(self): """Reads the .pypirc file.""" |