Remove a misleading comment.

Not part of the build.
This commit is contained in:
markh@activestate.com
2001-04-14 08:04:37 +00:00
parent b52c366ee4
commit e41b9e9ae2

View File

@@ -131,7 +131,6 @@ class _File:
self.outputStream.close()
self.outputStream = None
self.channel = None
# leave self.fileInst alone - it should be available after close.
finally:
self._release()