| CODENOTIFIER | HelpYou are not signed inSign in |
Project: Twisted
Revision: 24684
Author: thijs
Date: 05 Sep 2008 08:26:20
Diff at Trac: http://twistedmatrix.com/trac/changeset/24684
Changes:Adding some general information about the package split.
Files:| ... | ...@@ -1,10 +1,12 @@ | |
| 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 | """ |