commit | c6ddd7f9a7f6cfa06e6afc16d1cc300f8ac53a7c | [log] [tgz] |
---|---|---|
author | Ronald Oussoren <ronaldoussoren@mac.com> | Tue Sep 15 18:47:35 2009 +0000 |
committer | Ronald Oussoren <ronaldoussoren@mac.com> | Tue Sep 15 18:47:35 2009 +0000 |
tree | dca35b269541116ccfe49f9f0e3cfb34c47b8db9 | |
parent | 0d28764d3dbc41c1398812c5a7739c61579e3fd8 [diff] |
Merged revisions 74798 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r74798 | ronald.oussoren | 2009-09-15 20:33:33 +0200 (Tue, 15 Sep 2009) | 8 lines MacOSX: detect the architectures supported by Tk.framework and build _tkinter only for those architectures. This replaces the hardcoded solution that is no longer valid now that 64-bit capable versions of Tk are available on OSX. ........