diff docs/rendered/_sources/pymonkey.txt @ 130:4705522c7431

Added notes about weak-referencability to docs.
author Atul Varma <varmaa@toolness.com>
date Sun, 23 Aug 2009 17:57:04 -0700
parents d30576edf797
children 0c81cb18c935
line wrap: on
line diff
--- a/docs/rendered/_sources/pymonkey.txt	Sun Aug 23 17:52:47 2009 -0700
+++ b/docs/rendered/_sources/pymonkey.txt	Sun Aug 23 17:57:04 2009 -0700
@@ -65,6 +65,8 @@
      >>> isinstance(cx, pymonkey.Context)
      True
 
+   JS contexts are weak-referencable.
+
    .. method:: get_runtime()
 
       Returns the :class:`Runtime` that the context belongs to.
@@ -256,6 +258,8 @@
    in. This may be changed in the future, since SpiderMonkey itself
    has support for thread safety.
 
+   JS runtimes are weak-referencable.
+
    .. method:: new_context()
 
       Creates a new Context object and returns it. Contexts are best