Ticket #3020 (closed enhancement: fixed)

Opened 3 years ago

Last modified 3 years ago

Define interface.IProcessProtocol

Reported by: bigdog Owned by: exarkun
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 Download (416 bytes) - added by bigdog 3 years ago.
add implments(IProcessProtocol) to ProcessProtocol
interfaces.py_patch Download (2.2 KB) - added by bigdog 3 years ago.
test_process.py.diff Download (0.6 KB) - added by bigdog 3 years ago.

Change History

Changed 3 years ago by bigdog

  • status changed from new to assigned

Changed 3 years ago by bigdog

add implments(IProcessProtocol) to ProcessProtocol

Changed 3 years ago by bigdog

Changed 3 years ago by bigdog

Add Comments to interfaces.py to address ticket 2852

Changed 3 years ago by bigdog

Changed 3 years ago by bigdog

  • status changed from assigned to new
  • keywords review added
  • owner bigdog deleted

Changed 3 years ago by exarkun

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

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

Changed 3 years ago by exarkun

  • keywords review removed
  • owner set to exarkun
  • status changed from new to assigned

Changed 3 years ago by exarkun

  • keywords review added
  • owner exarkun deleted
  • status changed from assigned to new

Applied the patches, made some changes.

Changed 3 years ago by dreid

  • owner set to exarkun
  • keywords review removed

This is great bigdog/exarkun please merge.

Changed 3 years ago 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.