mirror of
https://github.com/python/cpython.git
synced 2025-08-01 15:43:13 +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
|
@ -120,6 +120,12 @@ changes, or look through the Subversion logs for all the details.
|
|||
|
||||
(Contributed by Gregory P. Smith.)
|
||||
|
||||
* It is not mandatory anymore to store clear text passwords in the
|
||||
:file:`.pypirc` file when registering and uploading packages to PyPI. As
|
||||
long as the username is present in that file, the :mod:`distutils` package
|
||||
will prompt for the password if not present.
|
||||
(Added by tarek, with the initial contribution of Nathan Van Gheem;
|
||||
:issue:`4394`.)
|
||||
|
||||
.. ======================================================================
|
||||
.. whole new modules get described in subsections here
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue