[pypy-svn] r22893 - pypy/dist/pypy/lib/logic

auc at codespeak.net auc at codespeak.net
Tue Jan 31 15:33:16 CET 2006


Author: auc
Date: Tue Jan 31 15:33:15 2006
New Revision: 22893

Modified:
   pypy/dist/pypy/lib/logic/variable.py
Log:
add ridiculous comment


Modified: pypy/dist/pypy/lib/logic/variable.py
==============================================================================
--- pypy/dist/pypy/lib/logic/variable.py	(original)
+++ pypy/dist/pypy/lib/logic/variable.py	Tue Jan 31 15:33:15 2006
@@ -35,6 +35,7 @@
         if name in cs.names:
             raise AlreadyInStore(name)
         self.name = name
+        # the creation-time space
         self.cs = cs
         # top-level 'commited' binding
         self._val = NoValue



More information about the Pypy-commit mailing list