Jack Jansen | 12a37b7 | 2000-05-06 23:01:07 +0000 | [diff] [blame^] | 1 | Changes since 1.6a1 |
| 2 | ------------------- |
Jack Jansen | ecbc1cc | 1998-01-06 12:13:16 +0000 | [diff] [blame] | 3 | |
Jack Jansen | 12a37b7 | 2000-05-06 23:01:07 +0000 | [diff] [blame^] | 4 | - All core-Python changes, plus a few from after 1.6a2, approximately as the |
| 5 | Python CVS tree was at May 5. |
| 6 | - The threading performance bug has been fixed. |
| 7 | - Tkinter is included again (yeah!), but only lightly tested. Please report |
| 8 | findings to the mailing list. |
| 9 | - macfsn.py is auto-imported on startup (unless disabled with a new option). |
| 10 | This retrofits macfs.StandardGetFile() and friends to use Navigation Services |
| 11 | in stead of the old Standard File dialogs. |
| 12 | - I think all installer problems have been fixed. Please report if not so. |
Jack Jansen | ecbc1cc | 1998-01-06 12:13:16 +0000 | [diff] [blame] | 13 | |