meshy / framewirc

An IRC toolkit built upon Python 3's asyncio module
BSD 2-Clause "Simplified" License
35 stars 4 forks source link

Do not instanciate Task directly #18

Closed meshy closed 8 years ago

meshy commented 8 years ago

We directly instanciate an instance of Task despite warnings in the documentation not to do so. (Thanks to this comment on bottom for pointing it out!)