diff options
author | Georg Brandl <georg@python.org> | 2010-10-06 08:43:56 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-10-06 08:43:56 (GMT) |
commit | 23b4f927d5e1c55ee0ff26570dfcaf3f307254fe (patch) | |
tree | 4d545a0aeb81b8fee1c18df4ab9f148b75248012 /Doc/distutils | |
parent | 13f959b50185bc664497d95f3d370aa9aad34365 (diff) | |
download | cpython-23b4f927d5e1c55ee0ff26570dfcaf3f307254fe.zip cpython-23b4f927d5e1c55ee0ff26570dfcaf3f307254fe.tar.gz cpython-23b4f927d5e1c55ee0ff26570dfcaf3f307254fe.tar.bz2 |
Merged revisions 84142 via svnmerge from
svn+ssh://svn.python.org/python/branches/py3k
........
r84142 | georg.brandl | 2010-08-17 17:07:14 +0200 (Di, 17 Aug 2010) | 1 line
Consistency check for versionadded/changed directives.
........
Diffstat (limited to 'Doc/distutils')
-rw-r--r-- | Doc/distutils/sourcedist.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/distutils/sourcedist.rst b/Doc/distutils/sourcedist.rst index 0c29c19..2dea83d 100644 --- a/Doc/distutils/sourcedist.rst +++ b/Doc/distutils/sourcedist.rst @@ -206,6 +206,6 @@ distribution:: :option:`-o` is a shortcut for :option:`--manifest-only`. .. versionchanged:: 3.1 - An existing generated :file:`MANIFEST` will be regenerated without - :command:`sdist` comparing its modification time to the one of - :file:`MANIFEST.in` or :file:`setup.py`. + An existing generated :file:`MANIFEST` will be regenerated without + :command:`sdist` comparing its modification time to the one of + :file:`MANIFEST.in` or :file:`setup.py`. |