]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Minimal module to decode AppleSingle files (the way resource files are
authorJack Jansen <jack.jansen@cwi.nl>
Sun, 9 Sep 2001 00:35:19 +0000 (00:35 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Sun, 9 Sep 2001 00:35:19 +0000 (00:35 +0000)
commita48d4eaddf282f1dda54a2b83d98710394063a3d
treea35659a1a27405cab4ad1a43d8079e084f46b3d5
parentf7adf2f473966ef33f6079ceb7115cb6cde3b521
Minimal module to decode AppleSingle files (the way resource files are
stored in the CVS repository). It can either decode resource/data forks
in the standard Mac way or decode only the resource fork but store
the result in the data fork (the MacOSX preferred way). Finder info
and all other stuff is ignored.
Mac/Lib/applesingle.py [new file with mode: 0644]