[Python-checkins] peps: Fix tracker info link in PEP 3

chris.angelico python-checkins at python.org
Thu Dec 18 22:33:40 CET 2014


https://hg.python.org/peps/rev/be771d5db02b
changeset:   5647:be771d5db02b
user:        Chris Angelico <rosuav at gmail.com>
date:        Fri Dec 19 08:17:42 2014 +1100
summary:
  Fix tracker info link in PEP 3

files:
  pep-0003.txt |  6 +++---
  1 files changed, 3 insertions(+), 3 deletions(-)


diff --git a/pep-0003.txt b/pep-0003.txt
--- a/pep-0003.txt
+++ b/pep-0003.txt
@@ -11,10 +11,10 @@
 Introduction
 
     This PEP contained guidelines for handling bug reports in 
-    the Python bug tracker.  It has been replaced by the Issue Workflow
-    described at
+    the Python bug tracker.  It has been replaced by the Developer's
+    Guide description of issue triaging at
 
-        http://www.python.org/dev/workflow/
+        https://docs.python.org/devguide/triaging.html
 
     Guidelines for people submitting Python bugs are at
 

-- 
Repository URL: https://hg.python.org/peps


More information about the Python-checkins mailing list