diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2017-11-04 12:17:56 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-04 12:17:56 (GMT) |
commit | 12d60560ac8349595d8f44b5e1ec5ff86f3f0029 (patch) | |
tree | d3d1d582ae4aaf077390a6a0563cf53510a4c452 /Doc/library/zipapp.rst | |
parent | d4d79bc1ff91b04625c312f0219c89aabcd19ce4 (diff) | |
download | cpython-12d60560ac8349595d8f44b5e1ec5ff86f3f0029.zip cpython-12d60560ac8349595d8f44b5e1ec5ff86f3f0029.tar.gz cpython-12d60560ac8349595d8f44b5e1ec5ff86f3f0029.tar.bz2 |
Add version{changed,added} markers and make minor style changes (GH-4273)
Diffstat (limited to 'Doc/library/zipapp.rst')
-rw-r--r-- | Doc/library/zipapp.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/library/zipapp.rst b/Doc/library/zipapp.rst index 2bd65cb..9076593 100644 --- a/Doc/library/zipapp.rst +++ b/Doc/library/zipapp.rst @@ -86,6 +86,8 @@ The following options are understood: :option:`--compress` has no effect when copying an archive. + .. versionadded:: 3.7 + .. cmdoption:: --info Display the interpreter embedded in the archive, for diagnostic purposes. In |