mirror of
https://github.com/python/cpython.git
synced 2025-07-23 03:05:38 +00:00
Issue #12226: HTTPS is now used by default when connecting to PyPI.
This commit is contained in:
parent
ee7f3fc586
commit
f60b7df9f8
4 changed files with 9 additions and 7 deletions
|
@ -21,7 +21,7 @@ password:%s
|
|||
class PyPIRCCommand(Command):
|
||||
"""Base command that knows how to handle the .pypirc file
|
||||
"""
|
||||
DEFAULT_REPOSITORY = 'http://pypi.python.org/pypi'
|
||||
DEFAULT_REPOSITORY = 'https://pypi.python.org/pypi'
|
||||
DEFAULT_REALM = 'pypi'
|
||||
repository = None
|
||||
realm = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue