| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Removal of the Mac modules broke many of the Mac scripts (including
BuildApplet.py) so the building of the Python launcher and IDLE.app was
broken. I manually copied built versions of those apps into Mac. Everything else
which used Mac modules had to die.
|
| |
|
|
|
|
|
|
| |
(a) "except E, V" -> "except E as V"
(b) V is now limited to a simple name (local variable)
(c) V is now deleted at the end of the except block
|
| |
|
|
Eudora example with one that uses Disk Copy (which everyone running MacOS 8 or
higher should have).
|