Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a85e217

Browse files
committed
Manually merge r83995: Fix version{added,changed} and spacing in NEWS
1 parent da668ff commit a85e217

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Doc/distutils/sourcedist.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ per line, regular files (or symlinks to them) only. If you do supply your own
103103
:file:`MANIFEST`, you must specify everything: the default set of files
104104
described above does not apply in this case.
105105

106-
.. versionadded:: 3.2
106+
.. versionadded:: 3.1
107107
:file:`MANIFEST` files start with a comment indicated they are generated.
108108
Files without this comment are not overwritten or removed.
109109

@@ -205,7 +205,7 @@ distribution::
205205

206206
:option:`-o` is a shortcut for :option:`--manifest-only`.
207207

208-
.. versionchanged:: 3.2
208+
.. versionchanged:: 3.1
209209
An existing generated :file:`MANIFEST` will be regenerated without
210210
:command:`sdist` comparing its modification time to the one of
211211
:file:`MANIFEST.in` or :file:`setup.py`.

Misc/NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Library
8484
-------
8585

8686
- Issue #8688: MANIFEST files created by distutils now include a magic
87-
comment indicating they are generated. Manually maintained MANIFESTs
87+
comment indicating they are generated. Manually maintained MANIFESTs
8888
without this marker will not be overwritten or removed.
8989

9090
- Issue #7467: when reading a file from a ZIP archive, its CRC is checked

0 commit comments

Comments
 (0)