[issue19110] PEP-0 history link is broken

2013-09-29 Thread anatoly techtonik
anatoly techtonik added the comment: Cool. Even if it is automatically generated, it may worth to commit this file anyway to get browsable HG history about PEP additions/removals. -- ___ Python tracker ___

[issue19110] PEP-0 history link is broken

2013-09-28 Thread Ned Deily
Ned Deily added the comment: Thanks for the report. The PEP 0 page now no longer contains a link: since it is automatically generated, there is no corresponding file for it in the peps repo. -- nosy: +ned.deily stage: -> committed/rejected ___ Pyt

[issue19110] PEP-0 history link is broken

2013-09-28 Thread Roundup Robot
Roundup Robot added the comment: New changeset 281608674f63 by Ned Deily in branch 'default': Issue #19110: Suppress PEP 0 Last-Modified link in pep2pyramid, too http://hg.python.org/peps/rev/281608674f63 -- ___ Python tracker

[issue19110] PEP-0 history link is broken

2013-09-28 Thread Georg Brandl
Changes by Georg Brandl : -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Uns

[issue19110] PEP-0 history link is broken

2013-09-28 Thread Roundup Robot
Roundup Robot added the comment: New changeset aba730d39749 by Ned Deily in branch 'default': Issue #19110: Surpress Last-Modified link in PEP 0 html http://hg.python.org/peps/rev/aba730d39749 -- nosy: +python-dev ___ Python tracker

[issue19110] PEP-0 history link is broken

2013-09-28 Thread anatoly techtonik
New submission from anatoly techtonik: See http://www.python.org/dev/peps/, click Last-Modified. -- assignee: docs@python components: Documentation messages: 198509 nosy: docs@python, techtonik priority: normal severity: normal status: open title: PEP-0 history link is broken __