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 Russell.Sim
Recipients Russell.Sim, eric.araujo, ghaering, ncoghlan, petri.lehtinen, rhettinger
Date 2012-08-21.12:16:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1345551386.57.0.952468837498.issue13299@psf.upfronthosting.co.za>
In-reply-to
Content
Raymond, Thanks for the comprehensive feedback! It's fantastic!  I have updated the patch with most of you feedback... but there was one part that I couldn't follow entirely.  I am now using the _make method but I have had to use star unpacking to allow the method to be cached, lru_cache won't allow a key to be a list because they aren't hash-able.
History
Date User Action Args
2012-08-21 12:16:26Russell.Simsetrecipients: + Russell.Sim, rhettinger, ghaering, ncoghlan, eric.araujo, petri.lehtinen
2012-08-21 12:16:26Russell.Simsetmessageid: <1345551386.57.0.952468837498.issue13299@psf.upfronthosting.co.za>
2012-08-21 12:16:26Russell.Simlinkissue13299 messages
2012-08-21 12:16:25Russell.Simcreate