]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix version{added,changed} and spacing in NEWS
authorÉric Araujo <merwok@netwok.org>
Sat, 14 Aug 2010 02:45:58 +0000 (02:45 +0000)
committerÉric Araujo <merwok@netwok.org>
Sat, 14 Aug 2010 02:45:58 +0000 (02:45 +0000)
Doc/distutils/sourcedist.rst
Misc/NEWS

index 72cd154eb1970cdcdda9b719de03cc04ea31e3cc..6d09fdb340b27df3eb26845958fd971d40abe586 100644 (file)
@@ -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`.
index 6548b2c7616cf8728d1d5bdeabb7c93c2f7d05de..b1f4d62fc87fbfd1d433d4013fe556bd4cef2307 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -94,7 +94,7 @@ Library
 -------
 
 - Issue #8688: MANIFEST files created by distutils now include a magic
-  comment indicating they are generated. Manually maintained MANIFESTs
+  comment indicating they are generated.  Manually maintained MANIFESTs
   without this marker will not be overwritten or removed.
 
 - Issue #7467: when reading a file from a ZIP archive, its CRC is checked