]> granicus.if.org Git - python/commit
Got rid of the python.rsrc resource file. The error message strings and
authorJack Jansen <jack.jansen@cwi.nl>
Thu, 7 Nov 2002 23:07:05 +0000 (23:07 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Thu, 7 Nov 2002 23:07:05 +0000 (23:07 +0000)
commitdde800ec4ee704d0c4d6d0b60d74e72e0ea834d8
tree329e6e0e43d662232eb8e3ccc1b5dc22f719bdb3
parent430b1563dde73ae1dc8f2379bdd29a0b0e5c82eb
Got rid of the python.rsrc resource file. The error message strings and
dialogs are now stored in Mac/Lib, and loaded on demand through macresource.
Not only does this simplify a MacPython based on Apple's Python, but
it also makes Mac error codes come out symbolically when running command
line python (if you have Mac/Lib in your path).

The resource files are copied from Mac/Resources. The old ones will disappear
after the OS9 build procedure has been adjusted.
Mac/Lib/EasyDialogs.py
Mac/Lib/buildtools.py
Mac/Lib/dialogs.rsrc [new file with mode: 0644]
Mac/Lib/errors.rsrc [new file with mode: 0644]
Mac/Lib/macresource.py
Mac/OSX/Makefile
Python/mactoolboxglue.c