Modified:
branches/0.9.2-dev/twill/twill/namespaces.py
Log:
commented on local namespaces not being isolated; see issue #1.
Modified: branches/0.9.2-dev/twill/twill/namespaces.py
==============================================================================
--- branches/0.9.2-dev/twill/twill/namespaces.py (original)
+++ branches/0.9.2-dev/twill/twill/namespaces.py Sun Apr 12 08:07:05 2009
@@ -1,5 +1,7 @@
"""
Global and local dictionaries, + initialization/utility functions.
+
+@CTB shared namespaces => lack of interpreter independence & threadsafety.
"""
global_dict = {}