Ticket #4222 defect closed fixed

Opened 3 years ago

Last modified 3 years ago

API docs for `twisted.internet.stdio.StandardIO` missing

Reported by: exarkun Owned by:
Priority: normal Milestone:
Component: core Keywords: documentation, easy
Cc: khorn Branch:
Author: Launchpad Bug:

Description

 http://twistedmatrix.com/documents/9.0.0/api/twisted.internet.stdio.html isn't very helpful. If the module had an __all__ including 'StandardIO' things would probably be better.

Attachments

stdio.patch Download (0.6 KB) - added by exarkun 3 years ago.
It was really easy

Change History

1

Changed 3 years ago by khorn

  • cc khorn added

Changed 3 years ago by exarkun

It was really easy

2

Changed 3 years ago by exarkun

  • owner glyph deleted
  • keywords easy, review added; easy removed

3

Changed 3 years ago by khorn

  • keywords easy added; easy, review removed
  • owner set to exarkun

This looks fine to me.

4

Changed 3 years ago by exarkun

  • status changed from new to closed
  • resolution set to fixed

(In [28077]) Apply stdio.patch to explicitly expose StandardIO in twisted.internet.stdio

Author: exarkun Reviewer: khorn Fixes: #4222

Add an __all__ to twisted.internet.stdio which includes StandardIO to make it clear (to people and to automated tools) that StandardIO is the API that is exported by this module.

5

Changed 2 years ago by <automation>

  • owner exarkun deleted
Note: See TracTickets for help on using tickets.