]> granicus.if.org Git - python/commit
Remove proxy_print(), since that caused an inconsistency between
authorFred Drake <fdrake@acm.org>
Mon, 14 Jul 2003 21:46:23 +0000 (21:46 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 14 Jul 2003 21:46:23 +0000 (21:46 +0000)
commitfe89cc186cc0a0d31f63ee0f174b394f2538c5a8
tree83e90f04aa52771add86e699b0246fc7b3aa5e67
parentf425b1ec420b95ce4d6bb6dc35472ad9652110dc
Remove proxy_print(), since that caused an inconsistency between
"print repr(proxy(a))" and "proxy(a)" at an interactive prompt.
Closes SF bug #722763.
Objects/weakrefobject.c