diff options
author | Brett Cannon <bcannon@gmail.com> | 2005-02-13 22:50:04 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2005-02-13 22:50:04 (GMT) |
commit | 7706c2da14e5b7a54d9b97d340c42497cc557c9f (patch) | |
tree | d9c82fad1b7286a4263bdfbb4c6b122fd5cb7f5c /Doc/mac/libframework.tex | |
parent | 22c0706a584fc0de8648d24caa0520367c304235 (diff) | |
download | cpython-7706c2da14e5b7a54d9b97d340c42497cc557c9f.zip cpython-7706c2da14e5b7a54d9b97d340c42497cc557c9f.tar.gz cpython-7706c2da14e5b7a54d9b97d340c42497cc557c9f.tar.bz2 |
Update references specifying "Macintosh" to mean OS X semantics and not Mac OS
9.
Applies patch #1095802. Thanks Jack Jansen.
Diffstat (limited to 'Doc/mac/libframework.tex')
-rw-r--r-- | Doc/mac/libframework.tex | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/mac/libframework.tex b/Doc/mac/libframework.tex index dc8f99f..e7c38ef 100644 --- a/Doc/mac/libframework.tex +++ b/Doc/mac/libframework.tex @@ -15,7 +15,8 @@ different levels, i.e. to handle clicks in a single dialog window in a non-standard way it is not necessary to override the complete event handling. -The \module{FrameWork} is still very much work-in-progress, and the +Work on the \module{FrameWork} has pretty much stopped, now that +\module{PyObjC} is available for full Cocoa access from Python, and the documentation describes only the most important functionality, and not in the most logical manner at that. Examine the source or the examples for more details. The following are some comments posted on the |