]> granicus.if.org Git - python/commit
Added a new fileno() method. ZODB's repozo.py wants this so it can
authorTim Peters <tim.peters@gmail.com>
Tue, 27 Jul 2004 21:02:02 +0000 (21:02 +0000)
committerTim Peters <tim.peters@gmail.com>
Tue, 27 Jul 2004 21:02:02 +0000 (21:02 +0000)
commit5cfb05eef04707679077a45ebbe2b096840261a0
tree57bcd4e40f31a8b3a36bffee8931e6244006bec1
parentfe393f47c662c307d2d3e90f785edf5821d54a8d
Added a new fileno() method.  ZODB's repozo.py wants this so it can
apply os.fsync() to the GzipFile backup files it creates.
Lib/gzip.py
Lib/test/test_gzip.py
Misc/NEWS