]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Net result of Guido's checkins of object.c (2.125 and 2.126), classobject.c
authorThomas Wouters <thomas@python.org>
Wed, 23 May 2001 13:03:13 +0000 (13:03 +0000)
committerThomas Wouters <thomas@python.org>
Wed, 23 May 2001 13:03:13 +0000 (13:03 +0000)
commitc922bfa4cd5beffafb7b912b01da8460b5005116
tree398a9e67f4093d145968eb8d1fea9797bbffa639
parenta29e4f3d7375c193978dc77e73853b6aca729564
Net result of Guido's checkins of object.c (2.125 and 2.126), classobject.c
(2.128) and stringobject.c (2.105), which reworks PyObject_Str() and
PyObject_Repr() so strings and instances aren't special-cased, and
    print >> file, instance
works like expected in all cases.
Objects/classobject.c
Objects/object.c
Objects/stringobject.c