Merged revisions 72367 via svnmerge from

svn+ssh://pythondev@svn.python.org/python/trunk

........
  r72367 | benjamin.peterson | 2009-05-05 18:00:48 -0500 (Tue, 05 May 2009) | 1 line

  tabify :(
........
This commit is contained in:
Benjamin Peterson 2009-05-05 23:14:15 +00:00
parent f05f820bf9
commit b43d32552d

View file

@ -229,8 +229,8 @@ test_lazy_hash_inheritance(PyObject* self)
type = &_HashInheritanceTester_Type;
if (type->tp_dict != NULL)
/* The type has already been initialized. This probably means -R
is being used. */
/* The type has already been initialized. This probably means
-R is being used. */
Py_RETURN_NONE;