Staging
v0.5.0
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
BeOS
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
Tools
.cvsignore -rw-r--r-- 79 bytes
.hgtags -rw-r--r-- 1.6 KB
LICENSE -rw-r--r-- 4.9 KB
Makefile.in -rw-r--r-- 17.4 KB
README -rw-r--r-- 35.1 KB
acconfig.h -rw-r--r-- 5.4 KB
config.h.in -rw-r--r-- 16.0 KB
configure -rwxr-xr-x 167.6 KB
configure.in -rw-r--r-- 34.0 KB
install-sh -rwxr-xr-x 2.2 KB

README

back to top