]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Donovan Preston's patch #538395, with some mods by me.
authorJack Jansen <jack.jansen@cwi.nl>
Wed, 7 Aug 2002 14:49:00 +0000 (14:49 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Wed, 7 Aug 2002 14:49:00 +0000 (14:49 +0000)
commit8b77767094ba4bf3fb497ce974261366470d6aa3
treee4283696eb5272d0aaff19cf4c0832bc57321575
parentb2bb87300bd5db23216d5f339e1cdb6e4c613b42
Donovan Preston's patch #538395, with some mods by me.

This patch makes inheritance for OSA classes work. The implementation is a
bit convoluted, but I don't immedeately see a simpler way of doing it.

I added calls to ascii() everywhere we output strings that may contain
non-ascii characters (Python has gotten very picky since the encoding
patch:-).

I also removed Donovan's different way of opening resource files: I don't
seem to need it.
Mac/Lib/aepack.py
Mac/Lib/aetools.py
Mac/Lib/aetypes.py
Mac/scripts/gensuitemodule.py