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 vdupras
Recipients Christophe Simonis, belopolsky, jackdied, pitrou, vdupras
Date 2010-07-23.12:17:15
SpamBayes Score 0.003568173
Marked as misclassified No
Message-id <1279887437.03.0.968628863761.issue7830@psf.upfronthosting.co.za>
In-reply-to
Content
Oops, used it wrong (but it still works correctly).


>>> p2 = partial(p1, 2)
>>> p2.func, p2.args
(<function foo at 0x10051da68>, (1, 2))
History
Date User Action Args
2010-07-23 12:17:17vduprassetrecipients: + vdupras, belopolsky, pitrou, jackdied, Christophe Simonis
2010-07-23 12:17:17vduprassetmessageid: <1279887437.03.0.968628863761.issue7830@psf.upfronthosting.co.za>
2010-07-23 12:17:15vdupraslinkissue7830 messages
2010-07-23 12:17:15vduprascreate