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 gpolo
Recipients Arfrever, Ramchandra Apte, gpolo
Date 2012-10-17.18:16:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1350497765.87.0.914034657546.issue16248@psf.upfronthosting.co.za>
In-reply-to
Content
It is a well known fact that the readprofile function uses exec, and it has been like that for more than 18 years. The parameters baseName and className defines the execution of the files $HOME/.{className}.tcl, $HOME/.{className}.py, $HOME/.{baseName}.tcl, and $HOME/.{baseName}.py. The function's docstring actually say that.

Said that, I never needed to load custom code during the creation of a Tk instance. To me the existence of readprofile is unneeded.

But what is your proposal to the issue ?
History
Date User Action Args
2012-10-17 18:16:05gpolosetrecipients: + gpolo, Arfrever, Ramchandra Apte
2012-10-17 18:16:05gpolosetmessageid: <1350497765.87.0.914034657546.issue16248@psf.upfronthosting.co.za>
2012-10-17 18:16:05gpololinkissue16248 messages
2012-10-17 18:16:05gpolocreate