]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Use fileobject's filegetline() to implement unlimited raw_input().
authorGuido van Rossum <guido@python.org>
Thu, 4 Apr 1991 15:20:41 +0000 (15:20 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 4 Apr 1991 15:20:41 +0000 (15:20 +0000)
commit26203aa42260e416a68e717f5723169c2f57b77c
tree950508c474dec907bc9aac7afc1901629d31733b
parent6590d4a250f804999b8d2e1453afffac268818c6
Use fileobject's filegetline() to implement unlimited raw_input().
Python/bltinmodule.c