[Python-Dev] No response to posts
Stephen J. Turnbull
stephen at xemacs.org
Mon Aug 2 10:57:42 CEST 2010
Ron Adam writes:
> Something that may be more useful, is a "no activity" search field
> with choices of day, week, month, year, etc... and make the output
> sortable on time without activity.
That's exactly what a sort on date of activity gives you, though, and
it can be from longest down.
Also, I think that most of the "date" fields actually allow ranges
(iirc something like "today - 1 year, today" works, I've never
actually used them), but I don't think this can be easily negated in
the stock Roundup. What could be done though is something like
"created Jan 1 1970, today - 2 years AND open" to find bugs that have
been hanging fire for more than two years.
More information about the Python-Dev
mailing list