]> granicus.if.org Git - python/commit
tempfile's mkstemp(): Changed last argument from
authorTim Peters <tim.peters@gmail.com>
Wed, 14 Aug 2002 15:41:26 +0000 (15:41 +0000)
committerTim Peters <tim.peters@gmail.com>
Wed, 14 Aug 2002 15:41:26 +0000 (15:41 +0000)
commit04490bf225a821455cd89821479bd0277dcbb3dc
tree3fc079d40a53b80f066c68ba2c17e357878b5d9f
parent5c08a99b77e371b23ca7b06407c1c8ac6616b8df
tempfile's mkstemp():  Changed last argument from

    binary=True
to
    text=False

by BDFL Pronouncement.  All other changes follow from this.  The change
to the docs is ready to go, but blocked by another JackMacLock in the
doc directory.
Lib/tempfile.py
Lib/test/test_pkg.py