]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
In raw_input(prompt), make sure that str(prompt) really a string
authorGuido van Rossum <guido@python.org>
Fri, 26 Jun 1998 18:25:38 +0000 (18:25 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 26 Jun 1998 18:25:38 +0000 (18:25 +0000)
commitd9b5208e903a7149a3c5733abbaf7f59f3d7c426
tree19dcb7a167a9424adf1fb14f72f59db7925c6eb3
parent1bb26872f565fa886bc20f94bfdbb1771032fa6a
In raw_input(prompt), make sure that str(prompt) really a string
object before using it.
Python/bltinmodule.c