[pypy-svn] r45262 - pypy/dist/pypy/objspace/std

xoraxax at codespeak.net xoraxax at codespeak.net
Sun Jul 22 23:30:48 CEST 2007


Author: xoraxax
Date: Sun Jul 22 23:30:47 2007
New Revision: 45262

Modified:
   pypy/dist/pypy/objspace/std/dictobject.py
Log:
Removed pointless comment to test elbowtone.

Modified: pypy/dist/pypy/objspace/std/dictobject.py
==============================================================================
--- pypy/dist/pypy/objspace/std/dictobject.py	(original)
+++ pypy/dist/pypy/objspace/std/dictobject.py	Sun Jul 22 23:30:47 2007
@@ -1,10 +1,3 @@
-"""
-Reviewed 03-06-22
-All common dictionary methods are correctly implemented,
-tested, and complete. The only missing feature is support
-for order comparisons.
-"""
-
 from pypy.objspace.std.objspace import *
 from pypy.interpreter import gateway
 



More information about the Pypy-commit mailing list