Ticket #2664 (closed defect: fixed )

Opened 2 years ago

Last modified 2 years ago

twisted.protocols.amp._objectsToStrings doesn't document its `strings' parameter

Reported by: exarkun Assigned to: radix
Type: defect Priority: normal
Milestone: Component: core
Keywords: Cc:
Branch: Author:
Launchpad Bug:

Description

This is particularly unfortunate, as this appears to be an out argument, which is somewhat uncommon in Python.

Attachments

Change History

  2007-05-20 21:44:12+00:00 changed by radix

  • owner changed from glyph to radix
  • status changed from new to assigned

See #2657 for where the work for this fix is happening.

  2007-05-23 15:37:25+00:00 changed by radix

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

(In [20391]) Merge amp-factoring-2657+2667.

Author: radix Reviewer: therve Fixes #2657 Fixes #2667 Fixes #2656 Fixes #2664

It is now possible to use public methods on Command objects to serialize and parse arguments and responses based on that Commandn's arguments and response schemas. It was already possible to serialize responses via the Command in this way; analogs for the other three cases were added. (#2657 & #2667).

Some docstrings in nearby code were alse fixed in this branch. (#2656 & #2664).

Note: See TracTickets for help on using tickets.