diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2015-07-07 05:11:49 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2015-07-07 05:11:49 (GMT) |
commit | 2807321dc6d9e0d62dc05bf379a434657db70050 (patch) | |
tree | a7ae656456a4a379e66c31f3202ebe3a4d849f76 /Doc | |
parent | f149ae410be45f285cd592e60f289da7c8b22a0f (diff) | |
parent | 7f142c7a80ce6f9c1c16de915b8b6c4d9d4bf469 (diff) | |
download | cpython-2807321dc6d9e0d62dc05bf379a434657db70050.zip cpython-2807321dc6d9e0d62dc05bf379a434657db70050.tar.gz cpython-2807321dc6d9e0d62dc05bf379a434657db70050.tar.bz2 |
Merge 3.5
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/distutils/builtdist.rst | 2 | ||||
-rw-r--r-- | Doc/distutils/sourcedist.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Doc/distutils/builtdist.rst b/Doc/distutils/builtdist.rst index 144619b..523d1e0 100644 --- a/Doc/distutils/builtdist.rst +++ b/Doc/distutils/builtdist.rst @@ -100,7 +100,7 @@ The available formats for built distributions are: | ``msi`` | Microsoft Installer. | | +-------------+------------------------------+---------+ -.. versionchanged: 3.5 +.. versionchanged:: 3.5 Added support for the ``xztar`` format. diff --git a/Doc/distutils/sourcedist.rst b/Doc/distutils/sourcedist.rst index d79f00d..fb70514 100644 --- a/Doc/distutils/sourcedist.rst +++ b/Doc/distutils/sourcedist.rst @@ -41,7 +41,7 @@ to create a gzipped tarball and a zip file. The available formats are: | ``tar`` | tar file (:file:`.tar`) | | +-----------+-------------------------+---------+ -.. versionchanged: 3.5 +.. versionchanged:: 3.5 Added support for the ``xztar`` format. Notes: |