diff options
| author | Guido van Rossum <guido@python.org> | 2002-08-08 18:11:36 (GMT) |
|---|---|---|
| committer | Guido van Rossum <guido@python.org> | 2002-08-08 18:11:36 (GMT) |
| commit | 715f970969e7acb4ba66b6369ce8bd9d88fc6ef1 (patch) | |
| tree | f0c081160c798fe2f2070d612fd3c72eebdb0fa8 /Lib/encodings/unicode_internal.py | |
| parent | 48b7969af8aa537c306eeec8d22235f360c229ed (diff) | |
| download | cpython-715f970969e7acb4ba66b6369ce8bd9d88fc6ef1.zip cpython-715f970969e7acb4ba66b6369ce8bd9d88fc6ef1.tar.gz cpython-715f970969e7acb4ba66b6369ce8bd9d88fc6ef1.tar.bz2 | |
The _socketobject class has no need for a __del__ method: all it did was
to delete the reference to self._sock, and the regular destructor will
do that just fine. This made some hacks in close() unnecessary.
The _fileobject class still has a __del__ method, because it must flush.
Diffstat (limited to 'Lib/encodings/unicode_internal.py')
0 files changed, 0 insertions, 0 deletions
