meshy / framewirc

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

to_bytes raises incorrect error #22

Closed meshy closed 7 years ago

meshy commented 8 years ago

If framewirc.utils.to_bytes is presented something that is not a text type, it raises AttibuteError. This should in fact be TypeError.

meshy commented 8 years ago

This also affects framewirc.utils.to_unicode.