Ned Deily <n...@acm.org> added the comment:

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.

----------
nosy: +ned.deily
resolution:  -> wont fix
status: open -> closed

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue8938>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to