diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2001-08-19 22:30:31 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2001-08-19 22:30:31 (GMT) |
commit | ad251c7516853d4d753035b3cac10d5ca8c4b0e4 (patch) | |
tree | fdf20900f7e3e5c5b897e444115d6ff08e6dd185 | |
parent | d39c246a4cdacf3050b00bb7d174797bf1ee4513 (diff) | |
download | cpython-ad251c7516853d4d753035b3cac10d5ca8c4b0e4.zip cpython-ad251c7516853d4d753035b3cac10d5ca8c4b0e4.tar.gz cpython-ad251c7516853d4d753035b3cac10d5ca8c4b0e4.tar.bz2 |
Step 1 in packaging the toolbox modules and making MacPython more
like normal Python. toolbox modules are now in the Carbon package
in :Mac:Lib, with a workaround flat namespace in :Mac:Lib:lib-compat.
Other dynamic modules are in :Lib:lib-dynload. :Mac:Lib:lib-toolbox and
:Mac:Plugins are gone.
-rw-r--r-- | Mac/PlugIns/readme.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Mac/PlugIns/readme.txt b/Mac/PlugIns/readme.txt deleted file mode 100644 index 9005650..0000000 --- a/Mac/PlugIns/readme.txt +++ /dev/null @@ -1 +0,0 @@ -This folder contains the dynamically loaded extension modules for MacPython. |