]> granicus.if.org Git - python/commit
I left some debugging junk in here; removed it. Also replaced a few
authorTim Peters <tim.peters@gmail.com>
Tue, 10 Sep 2002 21:19:55 +0000 (21:19 +0000)
committerTim Peters <tim.peters@gmail.com>
Tue, 10 Sep 2002 21:19:55 +0000 (21:19 +0000)
commit1b5112ac97745d9a48bc91771ec84d5d415eeba6
treed03b81c130c1515849cdf09c8daa8a81345a6305
parent17d67f07cd675e1d0d0c81bc619b6762cfc145ca
I left some debugging junk in here; removed it.  Also replaced a few
more instances of the bizarre "del f; del m" ways to spell .close() (del
won't do any good here under Jython, etc).
Lib/test/test_mmap.py