mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
After discussing some more with Georg, do no migrate versionchanged:: 2.5 to
this branch. While I am here, also get rid of other versionchanged:: 2.x constructs, as discussed.
This commit is contained in:
parent
7b6ca4ab7f
commit
b70ccc348b
19 changed files with 3 additions and 360 deletions
|
@ -454,9 +454,6 @@ way. From the PyXML setup script::
|
|||
scripts=['scripts/xmlproc_parse', 'scripts/xmlproc_val']
|
||||
)
|
||||
|
||||
.. versionchanged:: 2.7
|
||||
All the scripts will also be added to the ``MANIFEST``
|
||||
file if no template is provided. See :ref:`manifest`.
|
||||
|
||||
.. _distutils-installing-package-data:
|
||||
|
||||
|
@ -501,11 +498,6 @@ The corresponding call to :func:`setup` might be::
|
|||
)
|
||||
|
||||
|
||||
.. versionchanged:: 2.7
|
||||
All the files that match ``package_data`` will be added to the ``MANIFEST``
|
||||
file if no template is provided. See :ref:`manifest`.
|
||||
|
||||
|
||||
.. _distutils-additional-files:
|
||||
|
||||
Installing Additional Files
|
||||
|
@ -542,11 +534,6 @@ without specifying a target directory, but this is not recommended, and the
|
|||
files directly in the target directory, an empty string should be given as the
|
||||
directory.
|
||||
|
||||
.. versionchanged:: 2.7
|
||||
All the files that match ``data_files`` will be added to the ``MANIFEST``
|
||||
file if no template is provided. See :ref:`manifest`.
|
||||
|
||||
|
||||
|
||||
.. _meta-data:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue