summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorPetri Lehtinen <petri@digip.org>2012-05-24 18:49:59 (GMT)
committerPetri Lehtinen <petri@digip.org>2012-05-24 18:49:59 (GMT)
commitfa52cbd5e6210f257de40aab12d55d84d64bdb91 (patch)
treebfb8e8d61d0d7ea05f7a29d1856654ed68982668 /Misc
parent4715ca560004b6df0d573084a07a9355b7ac189f (diff)
parent1a01ebc41cbbfc127865f82656879a58c2560543 (diff)
downloadcpython-fa52cbd5e6210f257de40aab12d55d84d64bdb91.zip
cpython-fa52cbd5e6210f257de40aab12d55d84d64bdb91.tar.gz
cpython-fa52cbd5e6210f257de40aab12d55d84d64bdb91.tar.bz2
#14863: Update the documentation of os.fdopen()
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ee7deef..0632b90 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -42,6 +42,9 @@ Core and Builtins
Library
-------
+- Issue #14863: Update the documentation of os.fdopen() to reflect the
+ fact that it's only a thin wrapper around open() anymore.
+
- Issue #14036: Add an additional check to validate that port in urlparse does
not go in illegal range and returns None.