Skip to content
Merged
Prev Previous commit
Next Next commit
Clarify later and postponed per mailing list post
  • Loading branch information
willingc committed Mar 13, 2018
commit fc63ad975dfa81b2aa48acb7665a91d0ee9134d8
8 changes: 5 additions & 3 deletions triaging.rst
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,8 @@ Status
| | information to reproduce the bug reported. Requesting |
| | additional information and setting status to *pending* |
| | indicates that the issue should be closed if the necessary |
| | information in a timely manner (i.e. one month). |
| | information is not provided in a timely manner (i.e. one |
| | month). |
+---------------+------------------------------------------------------------+
| closed | The issue has been resolved (somehow). |
+---------------+------------------------------------------------------------+
Expand All @@ -298,15 +299,16 @@ with the "open" status.
+---------------+------------------------------------------------------------+
| fixed | A fix for the issue was committed. |
+---------------+------------------------------------------------------------+
| later | Issue is to be worked on at a later date. |
| later | Issue is to be worked on in a later release cycle. |
+---------------+------------------------------------------------------------+
| not a bug | For some reason the issue is invalid (e.g. the perceived |
| | problem is not a bug in Python). |
+---------------+------------------------------------------------------------+
| out of date | The issue has already been fixed, or the problem doesn't |
| | exist anymore for other reasons. |
+---------------+------------------------------------------------------------+
| postponed | Issue will not be worked on at the moment. |
| postponed | Issue will not be worked on at the moment but in a future |
| | minor release version. |
+---------------+------------------------------------------------------------+
| rejected | Issue was rejected (especially for feature requests). |
+---------------+------------------------------------------------------------+
Expand Down