Author: Philip Jenvey <pjen...@underboss.org>
Branch: py3k
Changeset: r74235:eaad3d70e184
Date: 2014-10-25 09:46 -0700
http://bitbucket.org/pypy/pypy/changeset/eaad3d70e184/

Log:    kill invalid comment

diff --git a/pypy/objspace/std/floatobject.py b/pypy/objspace/std/floatobject.py
--- a/pypy/objspace/std/floatobject.py
+++ b/pypy/objspace/std/floatobject.py
@@ -391,8 +391,6 @@
         if space.isinstance_w(w_obj, space.w_int):
             return W_FloatObject(space.float_w(w_obj))
 
-    #@staticmethod
-    # XXX: unwrap_spec index?
     def descr___round__(self, space, w_ndigits=None):
         return _round_float(space, self, w_ndigits)
 
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to