]> granicus.if.org Git - python/commit
Compatibility modules. lib-compat is on the default sys.path for MacPython 2.2, and...
authorJack Jansen <jack.jansen@cwi.nl>
Sun, 19 Aug 2001 22:28:32 +0000 (22:28 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Sun, 19 Aug 2001 22:28:32 +0000 (22:28 +0000)
commitedb17c971fed68fdc2b9c0e21c4f7181c9eca54c
treef8a7c0d87fe050bd79bb936b0cc829c5527c6e20
parent63f6b4984b9cd0e90402a375f3298cd94ed8bb55
Compatibility modules. lib-compat is on the default sys.path for MacPython 2.2, and each of these modules imports * from its namesake in the Carbon package.
37 files changed:
Mac/Lib/lib-compat/AE.py [new file with mode: 0644]
Mac/Lib/lib-compat/App.py [new file with mode: 0644]
Mac/Lib/lib-compat/Appearance.py [new file with mode: 0644]
Mac/Lib/lib-compat/AppleEvents.py [new file with mode: 0644]
Mac/Lib/lib-compat/Balloons.py [new file with mode: 0644]
Mac/Lib/lib-compat/CF.py [new file with mode: 0644]
Mac/Lib/lib-compat/Cm.py [new file with mode: 0644]
Mac/Lib/lib-compat/Components.py [new file with mode: 0644]
Mac/Lib/lib-compat/ControlAccessor.py [new file with mode: 0644]
Mac/Lib/lib-compat/Controls.py [new file with mode: 0644]
Mac/Lib/lib-compat/Ctl.py [new file with mode: 0644]
Mac/Lib/lib-compat/Dialogs.py [new file with mode: 0644]
Mac/Lib/lib-compat/Dlg.py [new file with mode: 0644]
Mac/Lib/lib-compat/Drag.py [new file with mode: 0644]
Mac/Lib/lib-compat/Dragconst.py [new file with mode: 0644]
Mac/Lib/lib-compat/Events.py [new file with mode: 0644]
Mac/Lib/lib-compat/Fonts.py [new file with mode: 0644]
Mac/Lib/lib-compat/Help.py [new file with mode: 0644]
Mac/Lib/lib-compat/Icn.py [new file with mode: 0644]
Mac/Lib/lib-compat/Icons.py [new file with mode: 0644]
Mac/Lib/lib-compat/Lists.py [new file with mode: 0644]
Mac/Lib/lib-compat/MacTextEditor.py [new file with mode: 0644]
Mac/Lib/lib-compat/MediaDescr.py [new file with mode: 0644]
Mac/Lib/lib-compat/Menu.py [new file with mode: 0644]
Mac/Lib/lib-compat/Menus.py [new file with mode: 0644]
Mac/Lib/lib-compat/Mlte.py [new file with mode: 0644]
Mac/Lib/lib-compat/QDOffscreen.py [new file with mode: 0644]
Mac/Lib/lib-compat/Qt.py [new file with mode: 0644]
Mac/Lib/lib-compat/QuickDraw.py [new file with mode: 0644]
Mac/Lib/lib-compat/QuickTime.py [new file with mode: 0644]
Mac/Lib/lib-compat/Resources.py [new file with mode: 0644]
Mac/Lib/lib-compat/Snd.py [new file with mode: 0644]
Mac/Lib/lib-compat/Sound.py [new file with mode: 0644]
Mac/Lib/lib-compat/TE.py [new file with mode: 0644]
Mac/Lib/lib-compat/TextEdit.py [new file with mode: 0644]
Mac/Lib/lib-compat/Win.py [new file with mode: 0644]
Mac/Lib/lib-compat/Windows.py [new file with mode: 0644]