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 rhettinger
Recipients georg.brandl, rhettinger, roysmith, skip.montanaro, terry.reedy
Date 2008-09-20.08:03:30
SpamBayes Score 8.8835253e-07
Marked as misclassified No
Message-id <1221897812.21.0.409648589273.issue3891@psf.upfronthosting.co.za>
In-reply-to
Content
Sorry Roy, I think you're way off base on this one.  There are standard
ways to test for an empty container "if c:" or "if len(c)" or "if len(c)
> 0".  This is Python 101. 

Closing this one as it has nothing to do specifically with
collections.deque() and is already covered in the Ref Manual.
History
Date User Action Args
2008-09-20 08:03:32rhettingersetrecipients: + rhettinger, skip.montanaro, georg.brandl, terry.reedy, roysmith
2008-09-20 08:03:32rhettingersetmessageid: <1221897812.21.0.409648589273.issue3891@psf.upfronthosting.co.za>
2008-09-20 08:03:31rhettingerlinkissue3891 messages
2008-09-20 08:03:30rhettingercreate