mirror of
https://github.com/python/cpython.git
synced 2025-09-05 00:11:10 +00:00
Merged revisions 68415 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r68415 | tarek.ziade | 2009-01-09 00:56:31 +0100 (Fri, 09 Jan 2009) | 1 line fixed #4394 make the storage of the password optional in .pypirc ........
This commit is contained in:
parent
bcd5cbe01e
commit
13f7c3b6ca
9 changed files with 175 additions and 77 deletions
|
@ -199,6 +199,7 @@ Common commands: (see '--help-commands' for more)
|
|||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue