]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
New routines:
authorJack Jansen <jack.jansen@cwi.nl>
Wed, 14 Dec 1994 14:07:50 +0000 (14:07 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Wed, 14 Dec 1994 14:07:50 +0000 (14:07 +0000)
commitf93c72a4b0bab30aac779aa3e957e9143764bda2
tree25de1c889c793ed4ec01441c53885c628dc41e95
parent34e7cae6634d89fbf160e1e8249c56012914bfe6
New routines:
macstrerror - strerror which uses 'Estr' resource to convert numerical
MacOS errors to strings.
PyErr_Mac - Raise exception with MacOS error in string form.
PyMac_Idle - better idle-loop routine, which allows the user to
switch applications.
Mac/Include/macglue.h [new file with mode: 0644]
Mac/Python/macglue.c [new file with mode: 0644]