Ticket #5128 defect closed fixed

Opened 2 years ago

Last modified 2 years ago

UDP multicast documentation

Reported by: santagada Owned by: exarkun
Priority: low Milestone:
Component: core Keywords: documentation
Cc: Branch:
Author: Launchpad Bug:

Description

on  http://twistedmatrix.com/documents/current/core/howto/udp.html there is an unused line in the multicast examples:

from twisted.application.internet import MulticastServer

The source there comes from doc/core/howto/listings/udp from what I gathered.

Attachments

multicast.patch Download (1.3 KB) - added by exarkun 2 years ago.

Change History

Changed 2 years ago by exarkun

1

Changed 2 years ago by exarkun

  • keywords review added

Attached a fix for two listing files; assume a .misc news fragment. Please review.

2

Changed 2 years ago by thijs

  • keywords documentation added; review removed
  • owner set to exarkun

Looks good.

3

Changed 2 years ago by exarkun

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

(In [32037]) Remove unused imports from two of the multicast example listings

Author: exarkun Reviewer: thijs Fixes: #5128

twisted.application.internet.MulticastServer was imported by unused by the multicast client and server examples, so remove the imports.

Note: See TracTickets for help on using tickets.