[docs] [issue20582] socket.getnameinfo() does not document flags

Roy Smith report at bugs.python.org
Mon Feb 10 15:24:25 CET 2014


New submission from Roy Smith:

http://docs.python.org/2/library/socket.html

The description for getnameinfo() says, "... Depending on the settings of flags, the result can contain a fully-qualified domain name or numeric address representation in host.", but does not say what to pass for flags to get those behaviors.

----------
assignee: docs at python
components: Documentation
messages: 210838
nosy: docs at python, roysmith
priority: normal
severity: normal
status: open
title: socket.getnameinfo() does not document flags
versions: Python 2.7

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


More information about the docs mailing list