#14863: Update the documentation of os.fdopen()
authorPetri Lehtinen <petri@digip.org>
Thu, 24 May 2012 18:44:07 +0000 (21:44 +0300)
committerPetri Lehtinen <petri@digip.org>
Thu, 24 May 2012 18:46:36 +0000 (21:46 +0300)
commit1a01ebc41cbbfc127865f82656879a58c2560543
treedd1057c66230629dec11d19965c4c90c9a3a12f4
parent2fc5a5080923f243a78b13cca0fd09f8db26eff6
#14863: Update the documentation of os.fdopen()

There's no bufsize argument anymore, and os.fdopen() is only a very
thin wrapper around open() anymore. Change the documentation to
reflect that.
Doc/library/os.rst
Misc/NEWS