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 larry
Recipients larry, serhiy.storchaka
Date 2015-04-03.16:11:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1428077494.5.0.1008571163.issue23500@psf.upfronthosting.co.za>
In-reply-to
Content
As promised, here's a cleaned-up version of the patch.  The taxonomy of objects now makes sense: a Destination contains a BufferSeries object, rather than Destinations weirdly supporting __getitem__ to reference different objects.

I tripped over myself a little with the "two-pass" destination / preset.  It was an experiment long ago but nobody's using it.  So rather than fix it I just turned it off.
History
Date User Action Args
2015-04-03 16:11:34larrysetrecipients: + larry, serhiy.storchaka
2015-04-03 16:11:34larrysetmessageid: <1428077494.5.0.1008571163.issue23500@psf.upfronthosting.co.za>
2015-04-03 16:11:34larrylinkissue23500 messages
2015-04-03 16:11:34larrycreate