Change by myungsekyo :
--
nosy: +myungsekyo
___
Python tracker
<https://bugs.python.org/issue37578>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by myungsekyo :
--
nosy: +myungsekyo
___
Python tracker
<https://bugs.python.org/issue36881>
___
___
Python-bugs-list mailing list
Unsubscribe:
myungsekyo added the comment:
Thanks to your reviews!
I understood what you mean.
This patch is unnecessary.
I will close this issue.
--
resolution: -> not a bug
stage: patch review -> resolved
status: open -> closed
___
Python tracke
New submission from myungsekyo :
I think it is more efficient to cast `variable prompt` into string after its
validation in _raw_input().
Because If it is None or empty string then it is not used.
```
import timeit
MAX = 1000
start = timeit.default_timer()
for i in range(MAX