Changeset 24684

Show
Ignore:
Timestamp:
09/05/2008 08:26:20 AM (2 years ago)
Author:
thijs
Message:

Adding some general information about the package split.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/protocol-split-doc-2027/twisted/protocols/__init__.py

    r11450 r24684  
    1  
    2 # Copyright (c) 2001-2004 Twisted Matrix Laboratories. 
     1# Copyright (c) 2001-2008 Twisted Matrix Laboratories. 
    32# See LICENSE for details. 
    43 
    54 
    65""" 
    7  
    86Twisted Protocols: a collection of internet protocol implementations. 
    97 
     8Many of the protocols found in this package have been moved after the 
     9package split in Twisted 2.0. This means you will get a C{DeprecationWarning} 
     10if you try to import, e.g., L{twisted.protocols.http} notifying you 
     11that it has been moved to L{twisted.web.http}. 
    1012"""