From f0de9e167e289ab7dc33e57f077c1f04ec7c68c8 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 19 Dec 2011 11:38:41 -0600 Subject: Remove additional unneeded tq method conversions --- lib/kross/python/cxx/PyCXX.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/kross/python/cxx/PyCXX.html') diff --git a/lib/kross/python/cxx/PyCXX.html b/lib/kross/python/cxx/PyCXX.html index 7213ad70..e162e601 100644 --- a/lib/kross/python/cxx/PyCXX.html +++ b/lib/kross/python/cxx/PyCXX.html @@ -303,7 +303,7 @@ returned by such a function, you need to know if the function returns you an or unowned reference. Unowned references are unusual but there are some cases where unowned references are returned.

-

Usually, Object and its tqchildren acquire a new reference when constructed from a +

Usually, Object and its children acquire a new reference when constructed from a PyObject *. This is usually not the right behavior if the reference comes from one of the Python C API calls.

@@ -1571,7 +1571,7 @@ converted to a standard string which is passed to std::ostream& operator<

The Python exception facility and the C++ exception facility can be merged via the use of try/catch blocks in the bodies of extension objects and module functions.

-

Class Exception and its tqchildren

+

Class Exception and its children

A set of classes is provided. Each is derived from class Exception, and represents a particular sort of Python exception, such as IndexError, RuntimeError, ValueError. Each of @@ -1612,7 +1612,7 @@ classes are shown here.

- Constructors for other tqchildren of class Exception + Constructors for other children of class Exception -- cgit v1.2.1