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 Pierrick.Koch
Recipients Pierrick.Koch, andy_js, giampaolo.rodola, xdegaye
Date 2013-06-16.20:54:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1371416084.3.0.152987364907.issue17925@psf.upfronthosting.co.za>
In-reply-to
Content
last patch, replaced:

  self.producer_fifo.appendleft([data, first])

by:

  self.producer_fifo.extendleft([data, first])
History
Date User Action Args
2013-06-16 20:54:44Pierrick.Kochsetrecipients: + Pierrick.Koch, giampaolo.rodola, xdegaye, andy_js
2013-06-16 20:54:44Pierrick.Kochsetmessageid: <1371416084.3.0.152987364907.issue17925@psf.upfronthosting.co.za>
2013-06-16 20:54:44Pierrick.Kochlinkissue17925 messages
2013-06-16 20:54:44Pierrick.Kochcreate