summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/2.7.rst
diff options
context:
space:
mode:
authorTarek Ziadé <ziade.tarek@gmail.com>2009-01-08 23:56:31 (GMT)
committerTarek Ziadé <ziade.tarek@gmail.com>2009-01-08 23:56:31 (GMT)
commit1a240fb9f038839f0e6f157ce4c7fcbcbf777ebc (patch)
treef60ab4380cf7de758fda0994eb9c0071e489f041 /Doc/whatsnew/2.7.rst
parent5b913e31a1cbcea7807fca4cc272079039a3bd67 (diff)
downloadcpython-1a240fb9f038839f0e6f157ce4c7fcbcbf777ebc.zip
cpython-1a240fb9f038839f0e6f157ce4c7fcbcbf777ebc.tar.gz
cpython-1a240fb9f038839f0e6f157ce4c7fcbcbf777ebc.tar.bz2
fixed #4394 make the storage of the password optional in .pypirc
Diffstat (limited to 'Doc/whatsnew/2.7.rst')
-rw-r--r--Doc/whatsnew/2.7.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/Doc/whatsnew/2.7.rst b/Doc/whatsnew/2.7.rst
index da17620..24d3a86 100644
--- a/Doc/whatsnew/2.7.rst
+++ b/Doc/whatsnew/2.7.rst
@@ -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