Changeset 24684
- Timestamp:
- 09/05/2008 08:26:20 AM (2 years ago)
- 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. 3 2 # See LICENSE for details. 4 3 5 4 6 5 """ 7 8 6 Twisted Protocols: a collection of internet protocol implementations. 9 7 8 Many of the protocols found in this package have been moved after the 9 package split in Twisted 2.0. This means you will get a C{DeprecationWarning} 10 if you try to import, e.g., L{twisted.protocols.http} notifying you 11 that it has been moved to L{twisted.web.http}. 10 12 """
