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 jackdied
Recipients Alexander.Belopolsky, Christophe Simonis, belopolsky, ironfroggy, jackdied, r.david.murray, rhettinger, ssadler
Date 2010-02-23.21:37:14
SpamBayes Score 0.1359345
Marked as misclassified No
Message-id <1266961036.2.0.145581929637.issue4331@psf.upfronthosting.co.za>
In-reply-to
Content
correction:
  run = partial(1)
should have been
  run = partial(show_funcs, 1)
History
Date User Action Args
2010-02-23 21:37:16jackdiedsetrecipients: + jackdied, rhettinger, belopolsky, ironfroggy, Christophe Simonis, ssadler, r.david.murray, Alexander.Belopolsky
2010-02-23 21:37:16jackdiedsetmessageid: <1266961036.2.0.145581929637.issue4331@psf.upfronthosting.co.za>
2010-02-23 21:37:15jackdiedlinkissue4331 messages
2010-02-23 21:37:14jackdiedcreate