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 ned.deily
Recipients Pavel.Denisow, gius.dima, ned.deily, ronaldoussoren
Date 2010-11-24.20:39:03
SpamBayes Score 7.266659e-07
Marked as misclassified No
Message-id <1290631145.06.0.175106642743.issue8938@psf.upfronthosting.co.za>
In-reply-to
Content
There seem to be several different issues being reported here.  As far as I can tell, the only issue that directly relates to code in the Python standard library is the lack of internationalization for EasyDialogs.  EasyDialogs depends on deprecated OS X Carbon interfaces that do not exist in 64-bit mode.  For that reason, EasyDialogs is itself deprecated and has been removed in Python 3; further, new features are not being added in Python 2.  All the other issues mentioned have to do with 3rd-party packages like Aqua Tk (which as far as I can tell, does not ship with i18n resources for its GUI interfaces like the file dialogs) and PyQt.  Those issues should be pursued with those other projects.
History
Date User Action Args
2010-11-24 20:39:05ned.deilysetrecipients: + ned.deily, ronaldoussoren, Pavel.Denisow, gius.dima
2010-11-24 20:39:05ned.deilysetmessageid: <1290631145.06.0.175106642743.issue8938@psf.upfronthosting.co.za>
2010-11-24 20:39:03ned.deilylinkissue8938 messages
2010-11-24 20:39:03ned.deilycreate