]> granicus.if.org Git - python/commit
Apply str() to sys.ps1 or sys.ps2 before using them as a prompt, so
authorGuido van Rossum <guido@python.org>
Tue, 25 Nov 1997 20:58:13 +0000 (20:58 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 25 Nov 1997 20:58:13 +0000 (20:58 +0000)
commitddc3fb573429a40ac7c80088edf25ee19f7a5265
tree3dfb77939b312d2aca2677b91ae0a7c407a56836
parent84cca446f2829b114d472d5b41d0003115cd9382
Apply str() to sys.ps1 or sys.ps2 before using them as a prompt, so
you can assign an object whose str() evaluates to the current
directory (or whatever).
Python/pythonrun.c