[PyObjC-svn] r2074 - in trunk/pyobjc/pyobjc-framework-Cocoa: . Doc

[email protected]
Newsgroups gmane.comp.python.pyobjc.cvs
Message-ID <[email protected]>
Author: ronaldoussoren
Date: Sun Mar  8 11:14:17 2009
New Revision: 2074

Log:
- Fix minor documentation  issues
- Update dependency information


Modified:
   trunk/pyobjc/pyobjc-framework-Cocoa/Doc/api-notes-CoreFoundation.txt
   trunk/pyobjc/pyobjc-framework-Cocoa/Doc/api-notes-Foundation.txt
   trunk/pyobjc/pyobjc-framework-Cocoa/setup.py

Modified: trunk/pyobjc/pyobjc-framework-Cocoa/Doc/api-notes-CoreFoundation.txt
==============================================================================
--- trunk/pyobjc/pyobjc-framework-Cocoa/Doc/api-notes-CoreFoundation.txt	(original)
+++ trunk/pyobjc/pyobjc-framework-Cocoa/Doc/api-notes-CoreFoundation.txt	Sun Mar  8 11:14:17 2009
@@ -29,8 +29,8 @@
 ----------
 
 This type is only supported when the ``callbacks`` are 
-``kCFTypeArrayCallBacks``, accessing other ``CFArray``s from Python is not
-supported.
+``kCFTypeArrayCallBacks``, accessing other ``CFArray`` values from Python is 
+not supported and will crash your interpreter.
 
 Note that all ``CFArrayRef`` instances are instances of ``NSArray`` or
 ``NSMutableArray`` as well.  
@@ -50,7 +50,7 @@
 --------
 
 This type is only supported when the ``callbacks`` are 
-``kCFTypeBagCallBacks``, accessing other ``CFBag``s from Python is not
+``kCFTypeBagCallBacks``, accessing other ``CFBag`` values from Python is not
 supported.
 
 * ``CFBagCreate``, ``CFBagCreateMutable``
@@ -131,7 +131,7 @@
 
 * The ``context`` argument for ``CFMachPortCreate``  and 
   ``CFMachPortCreateWithPort`` is a python object, the 
-   ``CFMachPortContext`` is automaticly added by the bridge.
+  ``CFMachPortContext`` is automaticly added by the bridge.
 
 * The ``CFMachPortGetContext`` results the python object that was
   used in ``CFMachPortContext``, not a ``CFMachPortContext``
@@ -233,10 +233,10 @@
 * The 'Pascal String' API's are not supported (that is,
   ``CFStringAppendPascalString``, ``CFStringCreateWithPascalString``,
   ``CFStringCreateWithPascalStringNoCopy``, ``CFStringGetPascalString``, and
-   ``CFStringGetPascalStringPtr``). 
-   Use the regular Python string API's instead (or access the string 
-   contents using the ``CString`` functions, use as 
-   ``CFStringCreateWithCString``).
+  ``CFStringGetPascalStringPtr``). 
+  Use the regular Python string API's instead (or access the string 
+  contents using the ``CString`` functions, use as 
+  ``CFStringCreateWithCString``).
 
 
 CFTree

Modified: trunk/pyobjc/pyobjc-framework-Cocoa/Doc/api-notes-Foundation.txt
==============================================================================
--- trunk/pyobjc/pyobjc-framework-Cocoa/Doc/api-notes-Foundation.txt	(original)
+++ trunk/pyobjc/pyobjc-framework-Cocoa/Doc/api-notes-Foundation.txt	Sun Mar  8 11:14:17 2009
@@ -17,7 +17,7 @@
 Use the ScriptingBridge and/or the `appscript library`_ instead of this
 class.
 
-.. _`appscript libary`: http://appscript.sourceforge.net/
+.. _`appscript library`: http://appscript.sourceforge.net/
 
 NSCoder
 -------

Modified: trunk/pyobjc/pyobjc-framework-Cocoa/setup.py
==============================================================================
--- trunk/pyobjc/pyobjc-framework-Cocoa/setup.py	(original)
+++ trunk/pyobjc/pyobjc-framework-Cocoa/setup.py	Sun Mar  8 11:14:17 2009
@@ -42,7 +42,7 @@
         'bdist_mpkg>=0.4.2',
     ],
     install_requires = [ 
-        'pyobjc-core>=2.0',
+        'pyobjc-core>=2.2b1',
     ],
     dependency_links = [],
     package_data = { 

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.