shizmob / pydle

An IRCv3-compliant Python 3 IRC library.
BSD 3-Clause "New" or "Revised" License
154 stars 48 forks source link

[#161] Remove Deprecated Marker from WHOIS #163

Closed Rixxan closed 2 years ago

Rixxan commented 2 years ago

Resolves #161, related to #142

@asyncio.coroutine was deprecated since version 3.8 and will be removed in version 3.11.

This change does not drop support for any previously supported versions of Python for Pydle.

theunkn0wn1 commented 2 years ago

Thanks @Rixxan <3