3 Commits

Author SHA1 Message Date
landry
3204e40842 Add a python3 FLAVOR. 2018-06-23 17:33:04 +00:00
espie
df1da998a1 remove traces of utf8 encoding in pkg/DESCR
bump accordingly
2018-02-27 21:47:38 +00:00
landry
6f43b36237 Import py-txaio 2.8.2.
txaio is a helper library for writing code that runs unmodified on both
Twisted and asyncio / Trollius.

This is like six, but for wrapping over differences between Twisted and
asyncio so one can write code that runs unmodified on both (aka source
code compatibility). In other words: your users can choose if they want
asyncio or Twisted as a dependency.

Note that, with this approach, user code runs under the native event
loop of either Twisted or asyncio. This is different from attaching
either one’s event loop to the other using some event loop adapter.

needed by buildbot 0.9.

ok sthen@
2017-12-17 17:58:52 +00:00