Author: Manuel Jacob
Branch: remove-remaining-smm
Changeset: r69367:73890a99591b
Date: 2014-02-24 21:37 +0100
http://bitbucket.org/pypy/pypy/changeset/73890a99591b/
Log: Remove obvious comment.
diff --git a/pypy/objspace/std/complexobject.py
b/pypy/objspace/std/complexobject.py
--- a/pypy/objspace/std/complexobject.py
+++ b/pypy/objspace/std/complexobject.py
@@ -175,8 +175,6 @@
class W_ComplexObject(W_Root):
- """This is a reimplementation of the CPython "PyComplexObject"
- """
_immutable_fields_ = ['realval', 'imagval']
def __init__(self, realval=0.0, imgval=0.0):
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit