diff options
author | Benjamin Peterson <benjamin@python.org> | 2009-01-09 02:56:32 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2009-01-09 02:56:32 (GMT) |
commit | cebb25d1f4a26157ec5cfc0d5a604ed54ad87504 (patch) | |
tree | 41ee39f38d72d02231e428dc0907e339c4fe5e6d /Doc/whatsnew | |
parent | fe8076eeb64ea1ee61291dc7077342cdc96c5174 (diff) | |
download | cpython-cebb25d1f4a26157ec5cfc0d5a604ed54ad87504.zip cpython-cebb25d1f4a26157ec5cfc0d5a604ed54ad87504.tar.gz cpython-cebb25d1f4a26157ec5cfc0d5a604ed54ad87504.tar.bz2 |
fix markup
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/2.7.rst | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/Doc/whatsnew/2.7.rst b/Doc/whatsnew/2.7.rst index 24d3a86..5daf12e 100644 --- a/Doc/whatsnew/2.7.rst +++ b/Doc/whatsnew/2.7.rst @@ -121,11 +121,10 @@ 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`.) + :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 |