Staging
v0.8.1
https://github.com/python/cpython
Revision cfc4178e843f5f2b0f190bacd222c0f72ab91e53 authored by Tim Peters on 09 October 2000, 23:43:55 UTC, committed by Tim Peters on 09 October 2000, 23:43:55 UTC
didn't bother to close the files.  This caused the new test_wave test to fail
under Windows, as Windows won't let you delete a file that's open.  Fixed
that by ensuring the wave read & write classes' .close() and __del__ methods
close files that were opened by their constructors.
1 parent e8d2f55
History
Tip revision: cfc4178e843f5f2b0f190bacd222c0f72ab91e53 authored by Tim Peters on 09 October 2000, 23:43:55 UTC
When the classes in wave.py opened files themselves, their .close() methods
Tip revision: cfc4178
File Mode Size
Build
Compat
Contrib
Demo
Distributions
IDE scripts
Include
Lib
MPW
Modules
PlugIns
Python
Resources
Tools
Unsupported
mwerks
scripts
tclmods
HISTORY -rw-r--r-- 27.2 KB
ReadMe -rw-r--r-- 8.0 KB
ReadMe-dev -rw-r--r-- 1.0 KB
ReadMe-src -rw-r--r-- 563 bytes
Relnotes -rw-r--r-- 2.8 KB
_checkversion.py -rw-r--r-- 417 bytes
errno_unix.h -rw-r--r-- 307 bytes
fopenRF.c -rw-r--r-- 5.9 KB
mkapplet.py -rw-r--r-- 5.7 KB
mwerksglue.c -rw-r--r-- 566 bytes

ReadMe

back to top