[Python-Dev] [Python-checkins] devguide: Fix broken link to Skip's optimizer paper, update bug link
Zachary Ware
zachary.ware+pydev at gmail.com
Fri May 2 22:06:57 CEST 2014
On Fri, May 2, 2014 at 3:02 PM, zach.ware <python-checkins at python.org> wrote:
> 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)
Is this a good link or is there a 'better' one available? This was
the first result of a Google search for "skip montanaro peephole
optimizer" and seems to be straight from the source, so I went with it
:)
Regards,
--
Zach
More information about the Python-Dev
mailing list