PEP-0441: format links
This commit is contained in:
parent
a572a5b3d9
commit
cf59fc15f8
11
pep-0441.txt
11
pep-0441.txt
|
@ -13,7 +13,7 @@ Improving Python ZIP Application Support
|
|||
========================================
|
||||
|
||||
Python has had the ability to execute directories or ZIP-format archives
|
||||
as scripts since version 2.6 [1]. When invoked with a zip file or
|
||||
as scripts since version 2.6 [1]_. When invoked with a zip file or
|
||||
directory as its first argument the interpreter adds that directory
|
||||
to sys.path and executes the __main__ module. These archives provide a
|
||||
great way to publish software that needs to be distributed as a single
|
||||
|
@ -21,7 +21,7 @@ file script but is complex enough to need to be written as a collection
|
|||
of modules.
|
||||
|
||||
This feature is not as popular as it should be mainly because no one’s
|
||||
heard of it as it wasn’t promoted as part of Python 2.6, but also
|
||||
heard of it as it wasn’t promoted as part of Python 2.6 [2]_, but also
|
||||
because Windows users don’t have a file extension (other than .py)
|
||||
to associate with the launcher.
|
||||
|
||||
|
@ -116,8 +116,11 @@ virtualenv + “pip install”.
|
|||
References
|
||||
==========
|
||||
|
||||
[1] http://bugs.python.org/issue1739468 “Allow interpreter to execute a zip file”
|
||||
[2] http://bugs.python.org/issue17359 “Feature is not documented”
|
||||
.. [1] “Allow interpreter to execute a zip file”:
|
||||
http://bugs.python.org/issue1739468
|
||||
|
||||
.. [2] “Feature is not documented”:
|
||||
http://bugs.python.org/issue17359
|
||||
|
||||
Copyright
|
||||
=========
|
||||
|
|
Loading…
Reference in New Issue