mirror of
https://github.com/python/cpython.git
synced 2025-08-27 04:05:34 +00:00
#17585: merge with 3.3.
This commit is contained in:
commit
663a390454
3 changed files with 6 additions and 6 deletions
|
@ -1368,6 +1368,9 @@ class PseudoInputFile(PseudoFile):
|
|||
self._line_buffer = line[size:]
|
||||
return line[:size]
|
||||
|
||||
def close(self):
|
||||
self.shell.close()
|
||||
|
||||
|
||||
usage_msg = """\
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue