~ubuntu-branches/ubuntu/trusty/twisted/trusty

« back to all changes in this revision

Viewing changes to doc/howto/design.html

  • Committer: Package Import Robot
  • Author(s): Free Ekanayaka
  • Date: 2012-09-11 10:06:25 UTC
  • mfrom: (44.1.2 experimental)
  • Revision ID: package-import@ubuntu.com-20120911100625-ylns4v8elj2e0d7f
* New upstream version
* Drop the _epoll.so C extension, as Twisted now supports only
  Python >= 2.6 and there's stdlib support for epoll since 2.6
* Add sendmsg.so C extension to python-twisted-bin

Show diffs side-by-side

added added

removed removed

Lines of Context:
133
133
they
134
134
also follow this approach.  You can use them independently because they are not
135
135
stuck to each other.  They communicate in well-defined ways, and only when that
136
 
communication provides some additional feature.  Thus, you can use <code class="API"><a href="http://twistedmatrix.com/documents/12.0.0/api/twisted.web.html" title="twisted.web">twisted.web</a></code> with <code class="API"><a href="http://twistedmatrix.com/documents/12.0.0/api/twisted.enterprise.html" title="twisted.enterprise">twisted.enterprise</a></code>, but neither requires the other, because
 
136
communication provides some additional feature.  Thus, you can use <code class="API"><a href="http://twistedmatrix.com/documents/12.2.0/api/twisted.web.html" title="twisted.web">twisted.web</a></code> with <code class="API"><a href="http://twistedmatrix.com/documents/12.2.0/api/twisted.enterprise.html" title="twisted.enterprise">twisted.enterprise</a></code>, but neither requires the other, because
137
137
they are integrated around the concept of <a href="defer.html" shape="rect">Deferreds</a>.</p>
138
138
 
139
139
<p>Your Twisted applications should follow this style as much as possible.
249
249
</div>
250
250
 
251
251
    <p><a href="index.html">Index</a></p>
252
 
    <span class="version">Version: 12.0.0</span>
 
252
    <span class="version">Version: 12.2.0</span>
253
253
  </body>
254
254
</html>
 
 
b'\\ No newline at end of file'