jaraco / irc

Full-featured Python IRC library for Python.
MIT License
392 stars 87 forks source link

Remove references to buffer and logging modules from the docs #95

Closed sbraz closed 8 years ago

sbraz commented 8 years ago

This should fix errors during build_sphinx. I still see this but I don't know how to fix it:

/home/sbraz/softs/irc/irc/server.py:docstring of irc.server.IRCClient:1: ERROR: Unknown target name: "handle".
jaraco commented 8 years ago

Thanks for sending the PR.