Ticket #2213 (closed task: fixed)

Opened 4 years ago

Last modified 2 years ago

Several deprecated twisted.protocols.* modules point to old twistedmatrix.com/projects/ webpages

Reported by: dreid Owned by: thijs
Priority: normal Milestone:
Component: core Keywords: documentation
Cc: thijs Branch: branches/module-web-ref-2213
Author: thijs Launchpad Bug:

Description

dns.py:                         'http://twistedmatrix.com/projects/names',
ethernet.py:                         'http://twistedmatrix.com/projects/pair',
http.py:                         'http://twistedmatrix.com/projects/web',
imap4.py:                         'http://twistedmatrix.com/projects/mail',
ip.py:                         'http://twistedmatrix.com/projects/pair',
irc.py:                         'http://twistedmatrix.com/projects/words',
jabber.py:                         'http://twistedmatrix.com/projects/words',
msn.py:                         'http://twistedmatrix.com/projects/words',
nntp.py:                         'http://twistedmatrix.com/projects/news',
oscar.py:                         'http://twistedmatrix.com/projects/words',
pop3.py:                         'http://twistedmatrix.com/projects/mail',
raw.py:                         'http://twistedmatrix.com/projects/pair',
rawudp.py:                         'http://twistedmatrix.com/projects/pair',
smtp.py:                         'http://twistedmatrix.com/projects/mail',
sux.py:                         'http://twistedmatrix.com/projects/web',
toc.py:                         'http://twistedmatrix.com/projects/words',

We should fix the links or look at removing these long deprecated stubs. This causes people to follow the API docs outside of the trac webspace and consequently provide no real information. These documentation also don't point to the new namespaces of the module so they can be found in the API docs.

Change History

Changed 4 years ago by glyph

  • owner changed from glyph to dreid

Changed 2 years ago by thijs

  • owner changed from dreid to thijs
  • cc thijs added
  • status changed from new to assigned

Changed 2 years ago by thijs

What is exactly the problem here? Is this ticket still relevant?

Changed 2 years ago by exarkun

Changed 2 years ago by thijs

  • branch set to branches/module-web-ref-2213
  • author set to thijs

(In [24676]) Branching to 'module-web-ref-2213'

Changed 2 years ago by thijs

  • owner thijs deleted
  • keywords documentation, review added; documentation removed
  • status changed from assigned to new

Changed 2 years ago by exarkun

  • owner set to thijs
  • keywords documentation added; documentation, review removed

Looks good, go ahead and merge.

Changed 2 years ago by thijs

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

(In [24680]) Merge module-web-ref-2213: Replace old links for deprecated modules in twisted.protocols

Author: thijs Reviewer: exarkun Fixes: #2213

Note: See TracTickets for help on using tickets.