summaryrefslogtreecommitdiffstats
path: root/Doc/distutils
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2010-08-14 02:45:58 (GMT)
committerÉric Araujo <merwok@netwok.org>2010-08-14 02:45:58 (GMT)
commit09fd03e720e81cd7be48803d75940072d41a6ca2 (patch)
treec65ca19418633eb7a32ea9116b3d3e174747f603 /Doc/distutils
parent60a95b78b96a7669acc3bdf3d873db07018ea209 (diff)
downloadcpython-09fd03e720e81cd7be48803d75940072d41a6ca2.zip
cpython-09fd03e720e81cd7be48803d75940072d41a6ca2.tar.gz
cpython-09fd03e720e81cd7be48803d75940072d41a6ca2.tar.bz2
Fix version{added,changed} and spacing in NEWS
Diffstat (limited to 'Doc/distutils')
-rw-r--r--Doc/distutils/sourcedist.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/distutils/sourcedist.rst b/Doc/distutils/sourcedist.rst
index 72cd154..6d09fdb 100644
--- a/Doc/distutils/sourcedist.rst
+++ b/Doc/distutils/sourcedist.rst
@@ -103,7 +103,7 @@ per line, regular files (or symlinks to them) only. If you do supply your own
:file:`MANIFEST`, you must specify everything: the default set of files
described above does not apply in this case.
-.. versionadded:: 3.2
+.. versionadded:: 3.1
:file:`MANIFEST` files start with a comment indicated they are generated.
Files without this comment are not overwritten or removed.
@@ -205,7 +205,7 @@ distribution::
:option:`-o` is a shortcut for :option:`--manifest-only`.
-.. versionchanged:: 3.2
+.. 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`.