mirror of
https://github.com/python/cpython.git
synced 2025-09-18 14:40:43 +00:00
fixed #4394 make the storage of the password optional in .pypirc
This commit is contained in:
parent
5b913e31a1
commit
1a240fb9f0
9 changed files with 172 additions and 75 deletions
|
@ -206,6 +206,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