Ticket #3020 (closed enhancement: fixed )

Opened 1 year ago

Last modified 1 year ago

Define interface.IProcessProtocol

Reported by: bigdog Assigned to: exarkun
Type: enhancement Priority: normal
Milestone: Component: core
Keywords: Cc:
Branch: branches/process-interface-3020 Author: exarkun
Launchpad Bug:

Description

define interface.IProcessProtocol that defines the API for Twisted Processes.

Attachments

protocol.py_diff (416 bytes) - added by bigdog 1 year ago.
add implments(IProcessProtocol) to ProcessProtocol?
interfaces.py_patch (2.2 kB) - added by bigdog 1 year ago.
test_process.py.diff (0.6 kB) - added by bigdog 1 year ago.

Change History

  2008-02-04 21:44:50+00:00 changed by bigdog

  • status changed from new to assigned

  2008-02-04 21:55:56+00:00 changed by bigdog

  • attachment protocol.py_diff added

add implments(IProcessProtocol) to ProcessProtocol?

  2008-02-04 22:32:43+00:00 changed by bigdog

  • attachment interfaces.py_patch added

  2008-02-04 22:33:58+00:00 changed by bigdog

Add Comments to interfaces.py to address ticket 2852

  2008-02-05 01:26:53+00:00 changed by bigdog

  • attachment test_process.py.diff added

  2008-02-05 02:08:26+00:00 changed by bigdog

  • keywords set to review
  • owner deleted
  • status changed from assigned to new

  2008-02-11 01:00:58+00:00 changed by exarkun

  • branch set to branches/process-interface-3020
  • author set to exarkun

(In [22491]) Branching to 'process-interface-3020'

  2008-02-11 01:14:12+00:00 changed by exarkun

  • keywords deleted
  • owner set to exarkun
  • status changed from new to assigned

  2008-02-11 01:32:22+00:00 changed by exarkun

  • keywords set to review
  • owner deleted
  • status changed from assigned to new

Applied the patches, made some changes.

  2008-02-20 18:48:58+00:00 changed by dreid

  • keywords deleted
  • owner set to exarkun

This is great bigdog/exarkun please merge.

  2008-02-21 19:18:41+00:00 changed by exarkun

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

(In [22679]) Merge process-interface-3020

Author: bigdog, exarkun Reviewer: dreid Fixes #3020 Refs #2852

Define an interface for process protocols, twisted.internet.interfaces.IProcessProtocol.

Note: See TracTickets for help on using tickets.