]> granicus.if.org Git - python/commit
Patch #1647484: Renamed GzipFile's filename attribute to name. The
authorLars Gustäbel <lars@gustaebel.de>
Tue, 13 Feb 2007 16:09:24 +0000 (16:09 +0000)
committerLars Gustäbel <lars@gustaebel.de>
Tue, 13 Feb 2007 16:09:24 +0000 (16:09 +0000)
commit5b1a7857023d15a2f51467c765bade1d6f349c5e
tree49ddffe1b8cb6fa0ab0386234a996869bc487ae1
parentb1cc1d407b2eed5063a4c384411416cd7e302081
Patch #1647484: Renamed GzipFile's filename attribute to name. The
filename attribute is still accessible as a property that emits a
DeprecationWarning.
Lib/gzip.py
Lib/test/test_gzip.py
Misc/NEWS