Are there any modules for IRC, that work with Python 3.1?

Aahz aahz at pythoncraft.com
Thu Oct 15 18:36:20 EDT 2009


In article <204e41fe-a00c-46d2-bb78-4f826ae750c1 at o41g2000yqb.googlegroups.com>,
TerryP  <bigboss1964 at gmail.com> wrote:
>
>Does anyone know of any modules for dealing with the IRC protocol,
>that will work with Python 3.1? It doens't have to be super great,
>just less time consuming then playing with sockets directly (and obv.
>stable). The only module in my systems package manager is irclib for
>Python 2.6. I can live with writing code for Python 2.4+ easily but,
>ahem, I think it would be wise to write new code around Python 3.1
>instead...

Why do you think that would be wise?  If library writers haven't upgraded
their libraries to 3.1, shouldn't that be a message to you?
-- 
Aahz (aahz at pythoncraft.com)           <*>         http://www.pythoncraft.com/

"To me vi is Zen.  To use vi is to practice zen.  Every command is a
koan.  Profound to the user, unintelligible to the uninitiated.  You
discover truth everytime you use it."  --reddy at lion.austin.ibm.com



More information about the Python-list mailing list