summaryrefslogtreecommitdiffstats
path: root/Mac
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2000-09-14 21:02:22 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2000-09-14 21:02:22 (GMT)
commit2d017ec9fbb06eb34934039c27fc6af06f532495 (patch)
tree2839e4ffa1c999cd27da45f2177648cccddb3f22 /Mac
parent965226bb362e3ab589a104179b93364f711895dd (diff)
downloadcpython-2d017ec9fbb06eb34934039c27fc6af06f532495.zip
cpython-2d017ec9fbb06eb34934039c27fc6af06f532495.tar.gz
cpython-2d017ec9fbb06eb34934039c27fc6af06f532495.tar.bz2
Added a note about gdbm.
Changed the stackless note.
Diffstat (limited to 'Mac')
-rw-r--r--Mac/Relnotes4
1 files changed, 3 insertions, 1 deletions
diff --git a/Mac/Relnotes b/Mac/Relnotes
index a08691e..cd8de68 100644
--- a/Mac/Relnotes
+++ b/Mac/Relnotes
@@ -33,7 +33,8 @@ What is not in this distribution
--------------------------------
- The garbage collection mods to 2.0 have not been enabled, mainly due to lack of test-time.
-- Stackless Python/microthreads are not in here. Ask on the pythonmac-SIG if you want them.
+- Stackless Python/microthreads hasn't been ported to 2.0 yet. If/when it becomes available
+ Just will undoubtedly announce it on pythonmac-sig.
- Carbon support is not in here, but should be happening as soon as GUSI is ready.
- Distutils is not in here, again due to lack of time.
@@ -47,3 +48,4 @@ http://www.cwi.nl/~jack/macpython.html.
- Aliases do not work in sys.path entries.
- Once you have used multiple threads you cannot raise KeyboardInterrupt anymore:
typing command-. will immedeately exit the interpreter.
+- The gdbm module does not work.