From: Jack Jansen Date: Fri, 6 Apr 2001 09:02:43 +0000 (+0000) Subject: Added a note about Help and ctb missing in carbon. X-Git-Tag: v2.1c1~178 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3aee7752fa01f1ece0fb7cbfe35383cdb1e78221;p=thirdparty%2FPython%2Fcpython.git Added a note about Help and ctb missing in carbon. --- diff --git a/Mac/Relnotes b/Mac/Relnotes index 73e2015d74e0..2200fa54082b 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.