mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Fix version{added,changed} and spacing in NEWS
This commit is contained in:
parent
60a95b78b9
commit
09fd03e720
2 changed files with 3 additions and 3 deletions
|
@ -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
|
:file:`MANIFEST`, you must specify everything: the default set of files
|
||||||
described above does not apply in this case.
|
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.
|
:file:`MANIFEST` files start with a comment indicated they are generated.
|
||||||
Files without this comment are not overwritten or removed.
|
Files without this comment are not overwritten or removed.
|
||||||
|
|
||||||
|
@ -205,7 +205,7 @@ distribution::
|
||||||
|
|
||||||
:option:`-o` is a shortcut for :option:`--manifest-only`.
|
:option:`-o` is a shortcut for :option:`--manifest-only`.
|
||||||
|
|
||||||
.. versionchanged:: 3.2
|
.. versionchanged:: 3.1
|
||||||
An existing generated :file:`MANIFEST` will be regenerated without
|
An existing generated :file:`MANIFEST` will be regenerated without
|
||||||
:command:`sdist` comparing its modification time to the one of
|
:command:`sdist` comparing its modification time to the one of
|
||||||
:file:`MANIFEST.in` or :file:`setup.py`.
|
:file:`MANIFEST.in` or :file:`setup.py`.
|
||||||
|
|
|
@ -94,7 +94,7 @@ Library
|
||||||
-------
|
-------
|
||||||
|
|
||||||
- Issue #8688: MANIFEST files created by distutils now include a magic
|
- 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.
|
without this marker will not be overwritten or removed.
|
||||||
|
|
||||||
- Issue #7467: when reading a file from a ZIP archive, its CRC is checked
|
- Issue #7467: when reading a file from a ZIP archive, its CRC is checked
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue