peps: Remove strange wording.
http://hg.python.org/peps/rev/1cba60d9977b changeset: 4099:1cba60d9977b user: Éric Araujo <merwok@netwok.org> date: Wed Feb 29 07:29:36 2012 +0100 summary: Remove strange wording. (“direct access” to the hg repo uses the same protocol than public browsing, so the distinction does not make sense anymore.) files: pep-0001.txt | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/pep-0001.txt b/pep-0001.txt --- a/pep-0001.txt +++ b/pep-0001.txt @@ -461,8 +461,7 @@ ======================== .. [1] This historical record is available by the normal hg commands - for retrieving older revisions. For those without direct access to - the hg repo, you can browse the current and past PEP revisions here: + for retrieving older revisions, and can also be browsed via HTTP here: http://hg.python.org/peps/ .. [2] PEP 2, Procedure for Adding New Modules, Faassen -- Repository URL: http://hg.python.org/peps
participants (1)
-
eric.araujo