Skip to content

Commit ffb644f

Browse files
committed
remove the wrong __del__ definition for ZPublisher.HTTPRequest.LimitedFileReader
1 parent d87e918 commit ffb644f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/ZPublisher/HTTPRequest.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1539,9 +1539,6 @@ def __next__(self):
15391539
raise StopIteration()
15401540
return data
15411541

1542-
def __del__(self):
1543-
return self.fp.__del__()
1544-
15451542
def __getattr__(self, attr):
15461543
if attr not in self.DELEGATE:
15471544
raise AttributeError(attr)

0 commit comments

Comments
 (0)