[docs] [issue21915] telnetlib.Telnet constructor does not match telnetlib.Telnet.__init__ docstring

Garrett Cooper report at bugs.python.org
Fri Jul 4 05:02:55 CEST 2014


New submission from Garrett Cooper:

telnetlib.Telnet.__init__ supports keyword arguments, but the documentation for 2.7.8 ( https://docs.python.org/2/library/telnetlib.html ) claims they're non-keyword arguments.

The py3k docs are much better ( https://docs.python.org/3/library/telnetlib.html ), but unfortunately they still claim that timeout is a non-keyword argument.

----------
assignee: docs at python
components: Documentation
messages: 222263
nosy: docs at python, yaneurabeya
priority: normal
severity: normal
status: open
title: telnetlib.Telnet constructor does not match telnetlib.Telnet.__init__ docstring

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


More information about the docs mailing list