[Python-checkins] r68425 - python/trunk/Doc/whatsnew/2.7.rst
benjamin.peterson
python-checkins at python.org
Fri Jan 9 03:56:32 CET 2009
Author: benjamin.peterson
Date: Fri Jan 9 03:56:32 2009
New Revision: 68425
Log:
fix markup
Modified:
python/trunk/Doc/whatsnew/2.7.rst
Modified: python/trunk/Doc/whatsnew/2.7.rst
==============================================================================
--- python/trunk/Doc/whatsnew/2.7.rst (original)
+++ python/trunk/Doc/whatsnew/2.7.rst Fri Jan 9 03:56:32 2009
@@ -121,11 +121,10 @@
(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
More information about the Python-checkins
mailing list