On Fri, May 2, 2014 at 3:02 PM, zach.ware <python-check...@python.org> wrote:
> http://hg.python.org/devguide/rev/375b0b0b186b
> changeset:   696:375b0b0b186b
> user:        Zachary Ware <zachary.w...@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
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to