]> granicus.if.org Git - python/commit
#2067: file.__exit__() now calls subclasses' close() method.
authorGeorg Brandl <georg@python.org>
Sat, 23 Feb 2008 15:11:18 +0000 (15:11 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 23 Feb 2008 15:11:18 +0000 (15:11 +0000)
commitad61bc8d9bb3839341ee99b2befc6760c44179d4
tree1bd20fb6edd43434908162a4a4966bc61ed33f3d
parent7e251e83d5b488904212f91bace1322d12475803
#2067: file.__exit__() now calls subclasses' close() method.
Lib/test/test_file.py
Misc/NEWS
Objects/fileobject.c