Virgil Dupras <[email protected]> added the comment: Oops, used it wrong (but it still works correctly).
>>> p2 = partial(p1, 2) >>> p2.func, p2.args (<function foo at 0x10051da68>, (1, 2)) ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue7830> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
