This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ngie
Recipients docs@python, ngie
Date 2014-07-04.03:02:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1404442975.51.0.177790858493.issue21915@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2014-07-04 03:02:55ngiesetrecipients: + ngie, docs@python
2014-07-04 03:02:55ngiesetmessageid: <1404442975.51.0.177790858493.issue21915@psf.upfronthosting.co.za>
2014-07-04 03:02:55ngielinkissue21915 messages
2014-07-04 03:02:55ngiecreate