[Python-checkins] devguide: Update section about links in the tracker comments.

ezio.melotti python-checkins at python.org
Thu May 26 03:10:54 CEST 2011


http://hg.python.org/devguide/rev/27adbf91b9e0
changeset:   421:27adbf91b9e0
user:        Ezio Melotti <ezio.melotti at gmail.com>
date:        Thu May 26 04:10:48 2011 +0300
summary:
  Update section about links in the tracker comments.

files:
  triaging.rst |  5 +++++
  1 files changed, 5 insertions(+), 0 deletions(-)


diff --git a/triaging.rst b/triaging.rst
--- a/triaging.rst
+++ b/triaging.rst
@@ -206,6 +206,11 @@
   :abbr:`VCS (version control system)` to Mercurial.
   The issue tracker automatically translates the legacy svn revision
   ``<number>`` to its corresponding Mercurial changeset identifier.
+* ``Dir/file.ext`` and ``Dir/file.ext:NNN`` generate links to files in the
+  `Python source code repositories <http://hg.python.org/cpython/file/>`_,
+  possibly linking to the line number specified after the ``:``.
+* ``PEP <number>`` and ``PEP<number>`` link to the
+  :abbr:`PEP (Python Enhancement Proposal)` ``<number>``.
 
 
 Reporting Issues About the Tracker

-- 
Repository URL: http://hg.python.org/devguide


More information about the Python-checkins mailing list