[New-bugs-announce] [issue17740] :func:`socket` in socket.rst links to socket module, not socket.socket

Zachary Ware report at bugs.python.org
Mon Apr 15 20:06:48 CEST 2013


New submission from Zachary Ware:

In Doc/library/socket.rst, :func:`socket` links to #module-socket, not #socket.socket.  The attached patch changes all occurances of :func:`socket` to :func:`~socket.socket`, except the first one which keeps the explicit module name (no ~).

----------
assignee: docs at python
components: Documentation
files: socket_func_link.diff
keywords: patch
messages: 187009
nosy: docs at python, zach.ware
priority: normal
severity: normal
status: open
title: :func:`socket` in socket.rst links to socket module, not socket.socket
type: behavior
versions: Python 2.7, Python 3.3, Python 3.4
Added file: http://bugs.python.org/file29871/socket_func_link.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17740>
_______________________________________


More information about the New-bugs-announce mailing list