[Python-checkins] devguide: Update documentation about a couple of tracker fields.

ezio.melotti python-checkins at python.org
Sun Dec 25 03:59:30 CET 2011


http://hg.python.org/devguide/rev/2f53e7d75186
changeset:   465:2f53e7d75186
user:        Ezio Melotti <ezio.melotti at gmail.com>
date:        Sun Dec 25 03:59:24 2011 +0100
summary:
  Update documentation about a couple of tracker fields.

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


diff --git a/triaging.rst b/triaging.rst
--- a/triaging.rst
+++ b/triaging.rst
@@ -36,9 +36,11 @@
     should not be made public, please report it to security at python.org instead.
 performance
     Situations where too much time is necessary to complete the task.
-feature requests
+enhancement
     Issues that propose the addition of new functionality, such as new
     functions, classes, modules, or even new arguments for existing functions.
+    Also used for improvements in the documentation and test suite and for
+    other refactorings.
 
 Stage
 '''''
@@ -157,9 +159,6 @@
 ''''''''
 Various flags about the issue. Multiple values are possible.
 
-after moratorium
-    The issue is in regards to a language change which was not allowed during
-    the `language moratorium`_ in effect during the 3.2 development cycle.
 buildbot
     A buildbot triggered the issue being reported.
 easy
@@ -327,5 +326,4 @@
 .. _Developer's guide: http://hg.python.org/devguide/
 .. _GSoC: http://code.google.com/soc/
 .. _issue tracker: http://bugs.python.org
-.. _language moratorium: http://www.python.org/dev/peps/pep-3003/
 .. _meta tracker: http://psf.upfronthosting.co.za/roundup/meta/

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


More information about the Python-checkins mailing list