[issue2959] calling GzipFile close() more than once causes exception

2008-05-25 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Thanks, fixed in r63614. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> __ _

[issue2959] calling GzipFile close() more than once causes exception

2008-05-24 Thread Michael Magin
New submission from Michael Magin <[EMAIL PROTECTED]>: Built-in file objects allow repeated calls to .close(), even the documentation states, "Calling close() more than once is allowed." (http://docs.python.org/lib/bltin-file-objects.html) GzipFile does not obey this aspect of the file interface