Skip to content

Commit 21b6da8

Browse files
committed
Add reference to pep and status of Python branches
1 parent a714ff7 commit 21b6da8

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

source/discussions/deploying-python-applications.rst

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,12 +94,14 @@ py2exe
9494
`py2exe <https://pypi.org/project/py2exe/>`__ is a distutils extension which
9595
allows to build standalone Windows executable programs (32-bit and 64-bit)
9696
from Python scripts. Python versions included in the official development
97-
cycle are supported (from 3.6 to 3.9 included). py2exe can build console
98-
executables and windows (GUI) executables. Building windows services,
99-
and DLL/EXE COM servers might work but it is not actively supported.
97+
cycle are supported (refers to `Status of Python branches`__). py2exe can
98+
build console executables and windows (GUI) executables. Building windows
99+
services, and DLL/EXE COM servers might work but it is not actively supported.
100100
The distutils extension is released under the MIT-licence and Mozilla
101101
Public License 2.0.
102102

103+
.. __: https://devguide.python.org/#status-of-python-branches
104+
103105
Mac OS
104106
------
105107

@@ -120,7 +122,7 @@ pex
120122

121123
`pex <https://pypi.org/project/pex/>`__ is a library for generating .pex
122124
(Python EXecutable) files which are executable Python environments in the
123-
spirit of virtualenvs. pex is an expansion upon the ideas outlined in PEP 441
125+
spirit of virtualenvs. pex is an expansion upon the ideas outlined in :pep:`441`
124126
and makes the deployment of Python applications as simple as cp. pex files may
125127
even include multiple platform-specific Python distributions, meaning that a
126128
single pex file can be portable across Linux and OS X. pex is released under the

0 commit comments

Comments
 (0)