[Python-checkins] peps: PEP-0441: format links

daniel.holth python-checkins at python.org
Mon Apr 8 03:57:54 CEST 2013


http://hg.python.org/peps/rev/329e07df499c
changeset:   4842:329e07df499c
user:        Daniel Holth <dholth at fastmail.fm>
date:        Sun Apr 07 21:57:47 2013 -0400
summary:
  PEP-0441: format links

files:
  pep-0441.txt |  11 +++++++----
  1 files changed, 7 insertions(+), 4 deletions(-)


diff --git a/pep-0441.txt b/pep-0441.txt
--- a/pep-0441.txt
+++ b/pep-0441.txt
@@ -13,7 +13,7 @@
 ========================================
 
 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 @@
 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 @@
 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
 =========

-- 
Repository URL: http://hg.python.org/peps


More information about the Python-checkins mailing list