[pypy-svn] r41035 - pypy/dist/pypy/annotation

ac at codespeak.net ac at codespeak.net
Thu Mar 22 13:28:28 CET 2007


Author: ac
Date: Thu Mar 22 13:28:23 2007
New Revision: 41035

Modified:
   pypy/dist/pypy/annotation/description.py
Log:
Oops, typo!

Modified: pypy/dist/pypy/annotation/description.py
==============================================================================
--- pypy/dist/pypy/annotation/description.py	(original)
+++ pypy/dist/pypy/annotation/description.py	Thu Mar 22 13:28:23 2007
@@ -755,7 +755,7 @@
                                                         desc.name,
                                                         commonflags)
                 del descs[desc]
-                descs[newdesc] = True
+                descs[newdesc] = None
 
         # --- case 1 ---
         groups = {}


More information about the pypy-svn mailing list