[Python-checkins] devguide: Fix broken link to Skip's optimizer paper, update bug link

zach.ware python-checkins at python.org
Fri May 2 22:02:06 CEST 2014


http://hg.python.org/devguide/rev/375b0b0b186b
changeset:   696:375b0b0b186b
user:        Zachary Ware <zachary.ware at gmail.com>
date:        Fri May 02 14:44:20 2014 -0500
summary:
  Fix broken link to Skip's optimizer paper, update bug link

files:
  compiler.rst |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/compiler.rst b/compiler.rst
--- a/compiler.rst
+++ b/compiler.rst
@@ -553,10 +553,10 @@
 .. _SPARK: http://pages.cpsc.ucalgary.ca/~aycock/spark/
 
 .. [#skip-peephole] Skip Montanaro's Peephole Optimizer Paper
-   (http://www.python.org/workshops/1998-11/proceedings/papers/montanaro/montanaro.html)
+   (http://www.smontanaro.net/python/spam7/optimizer.html)
 
 .. [#Bytecodehacks] Bytecodehacks Project
    (http://bytecodehacks.sourceforge.net/bch-docs/bch/index.html)
 
 .. [#CALL_ATTR] CALL_ATTR opcode
-   (http://www.python.org/sf/709744)
+   (http://bugs.python.org/issue709744)

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


More information about the Python-checkins mailing list