commit | fe89cc186cc0a0d31f63ee0f174b394f2538c5a8 | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Mon Jul 14 21:46:23 2003 +0000 |
committer | Fred Drake <fdrake@acm.org> | Mon Jul 14 21:46:23 2003 +0000 |
tree | 83e90f04aa52771add86e699b0246fc7b3aa5e67 | |
parent | f425b1ec420b95ce4d6bb6dc35472ad9652110dc [diff] |
Remove proxy_print(), since that caused an inconsistency between "print repr(proxy(a))" and "proxy(a)" at an interactive prompt. Closes SF bug #722763.