mirror of
https://github.com/python/cpython.git
synced 2025-08-22 09:45:06 +00:00
bpo-39719: Remove softspace from tempfile.SpooledTemporaryFile (GH-18599)
This commit is contained in:
parent
6b97598fb6
commit
d469d666b8
2 changed files with 1 additions and 4 deletions
|
@ -749,10 +749,6 @@ class SpooledTemporaryFile:
|
|||
def seek(self, *args):
|
||||
self._file.seek(*args)
|
||||
|
||||
@property
|
||||
def softspace(self):
|
||||
return self._file.softspace
|
||||
|
||||
def tell(self):
|
||||
return self._file.tell()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue