summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2001-04-06 09:02:43 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2001-04-06 09:02:43 (GMT)
commit3aee7752fa01f1ece0fb7cbfe35383cdb1e78221 (patch)
tree485329df2821ceb451f23f1d5c0ad4f9bf07720b
parentbad62deca1d2643eeeaca94b620617cf80971e0a (diff)
downloadcpython-3aee7752fa01f1ece0fb7cbfe35383cdb1e78221.zip
cpython-3aee7752fa01f1ece0fb7cbfe35383cdb1e78221.tar.gz
cpython-3aee7752fa01f1ece0fb7cbfe35383cdb1e78221.tar.bz2
Added a note about Help and ctb missing in carbon.
-rw-r--r--Mac/Relnotes2
1 files changed, 2 insertions, 0 deletions
diff --git a/Mac/Relnotes b/Mac/Relnotes
index 73e2015..2200fa5 100644
--- a/Mac/Relnotes
+++ b/Mac/Relnotes
@@ -19,6 +19,8 @@ marked with [*] and at the bottom of the list.
- The Numerical extension has moved to :Lib:site-python from :Extensions. As Numerical
is now distutils-based you can easily install newer versions when they become
available.
+- The Help and ctb modules are not available under Carbon because that functionality is
+ not in Carbon.
- Windows and Dialogs can now be different beasts, so you may have to call
dlg.GetDialogWindow() where you used to be able to call window methods straight
on the dialog. This also has consequences for code using FrameWork.DialogWindow.