This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mark.dickinson
Recipients mark.dickinson, vincele
Date 2009-08-02.16:09:28
SpamBayes Score 0.00011273639
Marked as misclassified No
Message-id <1249229370.62.0.527711123996.issue6620@psf.upfronthosting.co.za>
In-reply-to
Content
So this can happen only if grouping is [0] (or an equivalent iterable).  
Since this is an invalid grouping, I think the appropriate response would 
be for _grouping_intervals([0]) to raise an exception (which is what it 
currently does as soon as you iterate over the result, though this is 
possibly not by design. :)

Vincent, does the attached patch (_grouping_intervals.patch, against py3k) 
silence the pylint warning?
History
Date User Action Args
2009-08-02 16:09:31mark.dickinsonsetrecipients: + mark.dickinson, vincele
2009-08-02 16:09:30mark.dickinsonsetmessageid: <1249229370.62.0.527711123996.issue6620@psf.upfronthosting.co.za>
2009-08-02 16:09:29mark.dickinsonlinkissue6620 messages
2009-08-02 16:09:28mark.dickinsoncreate