]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
open(): Make the mode parameter optional; if omitted or None, use the
authorFred Drake <fdrake@acm.org>
Thu, 17 Jun 1999 15:18:47 +0000 (15:18 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 17 Jun 1999 15:18:47 +0000 (15:18 +0000)
commitf9607821ade54ec75d8d91952b64ecf1bfde4923
tree129dbb8543950c281d69c9e165841db873b275be
parent551d2b14e76943a2a4a4bfe60dae9139635f3b0a
open():  Make the mode parameter optional; if omitted or None, use the
 mode attribute of the file object (if it has one), otherwise
 use 'rb'.

 The documentation should still show this as required until
 there's a new release.
Lib/wave.py