[issue20993] Quicklink to PEPs is wrong.

2014-03-20 Thread Zachary Ware
Zachary Ware added the comment: It turns out that adding a slash to the end of the existing address was enough to get the right redirect, so I went with that instead of your patch. Either way, thanks for the report! -- assignee: -> zach.ware nosy: +zach.ware resolution: -> fixed stag

[issue20993] Quicklink to PEPs is wrong.

2014-03-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0d9f428f28ce by Zachary Ware in branch 'default': Issue #20993: Fix link to PEPs http://hg.python.org/devguide/rev/0d9f428f28ce -- nosy: +python-dev ___ Python tracker

[issue20993] Quicklink to PEPs is wrong.

2014-03-20 Thread Auke Willem Oosterhoff
New submission from Auke Willem Oosterhoff: Quicklink[1] to PEPs points to the old page which doesn't exists anymore. Patch provided with correct link. [1]:http://docs.python.org/devguide/#quick-links -- components: Devguide files: index.patch keywords: patch messages: 214202 nosy: Oran