PEP-0441: format links

This commit is contained in:
Daniel Holth 2013-04-07 21:57:47 -04:00
parent a572a5b3d9
commit cf59fc15f8
1 changed files with 7 additions and 4 deletions

View File

@ -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 ones
heard of it as it wasnt promoted as part of Python 2.6, but also
heard of it as it wasnt promoted as part of Python 2.6 [2]_, but also
because Windows users dont 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
=========