<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hello everyone! It's time for another Twisted release.<div class=""><br class=""></div><div class="">I bring you Twisted 16.5.0rc1, the first release candidate of the 16.5 series. This release contains the following:</div><div class=""><br class=""></div><div class="">- Deferred.addTimeout, for timing out your Deferreds! (contributed by cyli, reviews by adiroiban, theisencouple, manishtomar, markrwilliams)</div><div class="">- yield from support for Deferreds, in functions wrapped with twisted.internet.defer.ensureDeferred. This will work in Python 3.4, unlike async/await which is 3.5+ (contributed by hawkowl, reviews by markrwilliams, lukasa).</div><div class="">- The new asyncio interop reactor, which allows Twisted to run on top of the asyncio event loop. This doesn't include any Deferred-Future interop, but stay tuned! (contributed by itamar and hawkowl, reviews by rodrigc, markrwilliams)</div><div class="">- twisted.internet.cfreactor is now supported on Python 2.7 and Python 3.5+! This is useful for writing pyobjc or Toga applications. (contributed by hawkowl, reviews by glyph, markrwilliams)</div><div class="">- twisted.python.constants has been split out into constantly on PyPI, and likewise with twisted.python.versions going into the PyPI package incremental. Twisted now uses these external packages, which will be shared with other projects (like Klein). (contributed by hawkowl, reviews by glyph, markrwilliams)</div><div class="">- Many new Python 3 modules, including twisted.pair, twisted.python.zippath, twisted.spread.pb, and more parts of Conch! (contributed by rodrigc, hawkowl, glyph, berdario, & others, reviews by acabhishek942, rodrigc, & others)</div><div class="">- Many bug fixes and cleanups!</div><div class="">- 260+ closed tickets overall.</div><div class=""><br class=""></div><div class="">For more information, check the NEWS file (link provided below).<br class=""><br class="">As usual, it's available for download -- go here (<a href="https://twistedmatrix.com/Releases/rc/16.5.0rc1/" class="">https://twistedmatrix.com/Releases/rc/16.5.0rc1/</a>) to get the release candidate tarballs and the full NEWS file. If you want to install it right away, run:<br class=""><br class="">   pip install Twisted==16.5.0rc1<br class=""><br class="">Please let me know if you have any issues, as well as if you don't! If everything works well, that's a good thing for me to know :)<br class=""><br class="">Twisted Regards,<br class="">Amber Brown (HawkOwl)</div></body></html>