Author tony_nelson
Recipients ajaksu2, amaury.forgeotdarc, tony_nelson
Date 2009-03-30.15:40:35
SpamBayes Score 0.000556203
Marked as misclassified No
Message-id <1238427637.3.0.551844083144.issue1522237@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks, Amaury.  The new test works here on Python2.6.1, failing without
the fix and passing with it.  (Passing MyLocal(a=1) and failing
MyLocal(1), as expected.)  With the fix, _threading_local.py supports
positional arguments to subclass __init__, as well as keyword arguments.
History
Date User Action Args
2009-03-30 15:40:38tony_nelsonsetrecipients: + tony_nelson, amaury.forgeotdarc, ajaksu2
2009-03-30 15:40:37tony_nelsonsetmessageid: <1238427637.3.0.551844083144.issue1522237@psf.upfronthosting.co.za>
2009-03-30 15:40:36tony_nelsonlinkissue1522237 messages
2009-03-30 15:40:35tony_nelsoncreate