commit | 1a240fb9f038839f0e6f157ce4c7fcbcbf777ebc | [log] [tgz] |
---|---|---|
author | Tarek Ziadé <ziade.tarek@gmail.com> | Thu Jan 08 23:56:31 2009 +0000 |
committer | Tarek Ziadé <ziade.tarek@gmail.com> | Thu Jan 08 23:56:31 2009 +0000 |
tree | f60ab4380cf7de758fda0994eb9c0071e489f041 | |
parent | 5b913e31a1cbcea7807fca4cc272079039a3bd67 [diff] [blame] |
fixed #4394 make the storage of the password optional in .pypirc
diff --git a/Lib/distutils/dist.py b/Lib/distutils/dist.py index c15ca97..18cc910 100644 --- a/Lib/distutils/dist.py +++ b/Lib/distutils/dist.py
@@ -206,6 +206,7 @@ self.extra_path = None self.scripts = None self.data_files = None + self.password = '' # And now initialize bookkeeping stuff that can't be supplied by # the caller at all. 'command_obj' maps command names to