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 Alex.Willmer, rhettinger
Date 2015-09-05.21:38:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1441489124.75.0.254562652912.issue25009@psf.upfronthosting.co.za>
In-reply-to
Content
The norm for pure python code is to duck type when objects are used rather than when they are passed in.

The Queue module is very old and for the most part, its straight-forward design has worked out well (i.e. there aren't any real usability issues in actual practice).

Accordingly, I'm going to decline the request.
History
Date User Action Args
2015-09-05 21:38:44rhettingersetrecipients: + rhettinger, Alex.Willmer
2015-09-05 21:38:44rhettingersetmessageid: <1441489124.75.0.254562652912.issue25009@psf.upfronthosting.co.za>
2015-09-05 21:38:44rhettingerlinkissue25009 messages
2015-09-05 21:38:44rhettingercreate