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 georg.brandl
Recipients daniel.urban, georg.brandl, gpolo, quentel, r.david.murray, terry.reedy
Date 2010-12-28.10:57:09
SpamBayes Score 0.0043692985
Marked as misclassified No
Message-id <1293533831.89.0.389557108078.issue10768@psf.upfronthosting.co.za>
In-reply-to
Content
Fixed in r87527.  Terry, the reason why calling example() interactively failed is the strange way __doc__ is imported -- it is None in your case and that causes the Tkinter type error.  I fixed this as well.
History
Date User Action Args
2010-12-28 10:57:11georg.brandlsetrecipients: + georg.brandl, terry.reedy, gpolo, r.david.murray, daniel.urban, quentel
2010-12-28 10:57:11georg.brandlsetmessageid: <1293533831.89.0.389557108078.issue10768@psf.upfronthosting.co.za>
2010-12-28 10:57:09georg.brandllinkissue10768 messages
2010-12-28 10:57:09georg.brandlcreate