Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2d017ec

Browse files
committed
Added a note about gdbm.
Changed the stackless note.
1 parent 965226b commit 2d017ec

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Mac/Relnotes

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ What is not in this distribution
3333
--------------------------------
3434

3535
- The garbage collection mods to 2.0 have not been enabled, mainly due to lack of test-time.
36-
- Stackless Python/microthreads are not in here. Ask on the pythonmac-SIG if you want them.
36+
- Stackless Python/microthreads hasn't been ported to 2.0 yet. If/when it becomes available
37+
Just will undoubtedly announce it on pythonmac-sig.
3738
- Carbon support is not in here, but should be happening as soon as GUSI is ready.
3839
- Distutils is not in here, again due to lack of time.
3940

@@ -47,3 +48,4 @@ http://www.cwi.nl/~jack/macpython.html.
4748
- Aliases do not work in sys.path entries.
4849
- Once you have used multiple threads you cannot raise KeyboardInterrupt anymore:
4950
typing command-. will immedeately exit the interpreter.
51+
- The gdbm module does not work.

0 commit comments

Comments
 (0)