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 lukasz.langa
Recipients BreamoreBoy, eric.araujo, fdrake, jkaufman, lukasz.langa, michael.foord, ysj.ray
Date 2010-09-25.15:31:29
SpamBayes Score 7.446682e-06
Marked as misclassified No
Message-id <1285428695.23.0.091971843302.issue5412@psf.upfronthosting.co.za>
In-reply-to
Content
Patch updated:

 * uses collections because they are built into the executable for 3.2
 * uses itertools for the same reasons
 * in the end doesn't use weakrefs since after recent commits (Raymond removed __del__ from OrderedDict) the reference cycle problem went away on its own

Still needs docs but I didn't manage to make sensible edits last night (the train I took from Hannover arrived 80 minutes later).
History
Date User Action Args
2010-09-25 15:31:35lukasz.langasetrecipients: + lukasz.langa, fdrake, eric.araujo, michael.foord, jkaufman, ysj.ray, BreamoreBoy
2010-09-25 15:31:35lukasz.langasetmessageid: <1285428695.23.0.091971843302.issue5412@psf.upfronthosting.co.za>
2010-09-25 15:31:33lukasz.langalinkissue5412 messages
2010-09-25 15:31:33lukasz.langacreate