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 roysmith
Recipients rhettinger, roysmith
Date 2008-09-17.21:26:41
SpamBayes Score 0.1494141
Marked as misclassified No
Message-id <1221686802.9.0.957326008593.issue3891@psf.upfronthosting.co.za>
In-reply-to
Content
I just realized my request may have been ambiguous; empty() is a
predicate, not a verb.  Doc should be something like:

"""Return true if the deque is empty.  Return false otherwise."""
History
Date User Action Args
2008-09-17 21:26:43roysmithsetrecipients: + roysmith, rhettinger
2008-09-17 21:26:42roysmithsetmessageid: <1221686802.9.0.957326008593.issue3891@psf.upfronthosting.co.za>
2008-09-17 21:26:42roysmithlinkissue3891 messages
2008-09-17 21:26:41roysmithcreate