]> granicus.if.org Git - python/commit
Bug #1502805: don't alias file.__exit__ to file.close since the
authorGeorg Brandl <georg@python.org>
Thu, 8 Jun 2006 14:50:21 +0000 (14:50 +0000)
committerGeorg Brandl <georg@python.org>
Thu, 8 Jun 2006 14:50:21 +0000 (14:50 +0000)
commit98b40ad5902bc2e06db2f680774f3e3c2a3908d9
tree1ee495dbf44b5bad5c32e70860ebe0b03c2642b1
parent676725db928dae9f963b3a8389c0a9124e1eacbd
Bug #1502805: don't alias file.__exit__ to file.close since the
latter can return something that's true.
Objects/fileobject.c