summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2013-09-15 08:37:57 (GMT)
committerGeorg Brandl <georg@python.org>2013-09-15 08:37:57 (GMT)
commit5642ff9d8eefb0068eeb99c31320d3c6a319ea88 (patch)
tree7e2226735e3923ac6392230ff23f06b5b487e652 /Doc/whatsnew
parentc76aa4832b1b5c2898fe78a188835270bf7b70f6 (diff)
downloadcpython-5642ff9d8eefb0068eeb99c31320d3c6a319ea88.zip
cpython-5642ff9d8eefb0068eeb99c31320d3c6a319ea88.tar.gz
cpython-5642ff9d8eefb0068eeb99c31320d3c6a319ea88.tar.bz2
Fixup reST syntax errors and streamline docs of PEP 446.
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/3.4.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst
index c183ef8..0749f03 100644
--- a/Doc/whatsnew/3.4.rst
+++ b/Doc/whatsnew/3.4.rst
@@ -126,8 +126,8 @@ Please read on for a comprehensive list of user-facing changes.
PEP 446: Make newly created file descriptors non-inheritable
============================================================
-The :pep:`446` makes newly created file descriptors `non-inheritable
-<fd_inheritance>`_. New functions and methods:
+The :pep:`446` makes newly created file descriptors :ref:`non-inheritable
+<fd_inheritance>`. New functions and methods:
* :func:`os.get_inheritable`, :func:`os.set_inheritable`
* :func:`os.get_handle_inheritable`, :func:`os.set_handle_inheritable`
@@ -318,8 +318,8 @@ try/except statement by code that only cares whether or not an error occurred.
socket
------
-Socket objects have new methods to get or set their `inheritable flag
-<fd_inheritance>`_:
+Socket objects have new methods to get or set their :ref:`inheritable flag
+<fd_inheritance>`:
* :meth:`socket.socket.get_inheritable`, :meth:`socket.socket.set_inheritable`