commit | aa06b0ede584324ea2a509b344ef07d619d0827f | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Fri Dec 26 22:15:57 1997 +0000 |
committer | Guido van Rossum <guido@python.org> | Fri Dec 26 22:15:57 1997 +0000 |
tree | 9e0769847850fb1d0d3bea4ad1e43b92c493e53b | |
parent | 81e84c95c5c3701fb3ede3b67d21004500387faf [diff] |
Plug the most annoying recursive printing problem -- reset '_' to None before printing and set it to the printed variable *after* printing (and only when printing is successful).