mirror of
https://github.com/python/cpython.git
synced 2025-10-17 20:28:43 +00:00
Change location of the package index to pypi.python.org/pypi.
This commit is contained in:
parent
44cb859cb7
commit
088277f290
3 changed files with 4 additions and 2 deletions
|
@ -17,7 +17,7 @@ class register(Command):
|
||||||
|
|
||||||
description = ("register the distribution with the Python package index")
|
description = ("register the distribution with the Python package index")
|
||||||
|
|
||||||
DEFAULT_REPOSITORY = 'http://www.python.org/pypi'
|
DEFAULT_REPOSITORY = 'http://pypi.python.org/pypi'
|
||||||
|
|
||||||
user_options = [
|
user_options = [
|
||||||
('repository=', 'r',
|
('repository=', 'r',
|
||||||
|
|
|
@ -20,7 +20,7 @@ class upload(Command):
|
||||||
|
|
||||||
description = "upload binary package to PyPI"
|
description = "upload binary package to PyPI"
|
||||||
|
|
||||||
DEFAULT_REPOSITORY = 'http://www.python.org/pypi'
|
DEFAULT_REPOSITORY = 'http://pypi.python.org/pypi'
|
||||||
|
|
||||||
user_options = [
|
user_options = [
|
||||||
('repository=', 'r',
|
('repository=', 'r',
|
||||||
|
|
|
@ -26,6 +26,8 @@ Core and builtins
|
||||||
Library
|
Library
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
- Change location of the package index to pypi.python.org/pypi
|
||||||
|
|
||||||
- Bug #1701409: Fix a segfault in printing ctypes.c_char_p and
|
- Bug #1701409: Fix a segfault in printing ctypes.c_char_p and
|
||||||
ctypes.c_wchar_p when they point to an invalid location. As a
|
ctypes.c_wchar_p when they point to an invalid location. As a
|
||||||
sideeffect the representation of these instances has changed.
|
sideeffect the representation of these instances has changed.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue