What's the best way to write this regular expression?

John Salerno johnjsal at gmail.com
Thu Mar 8 02:25:18 EST 2012


On Mar 7, 11:03 pm, Chris Angelico <ros... at gmail.com> wrote:
> On Thu, Mar 8, 2012 at 7:39 AM, John Salerno <johnj... at gmail.com> wrote:
> > it only
> > seemed to support Python 2.7. I'm using 3.2. Is 2.7 just the minimum
> > version it requires? It didn't say something like "2.7+", so I wasn't
> > sure, and I don't want to start installing a bunch of stuff that will
> > clog up my directories and not even work.
>
> Just to clarify: Python 2 and Python 3 are quite different. If
> something requires Python 2.7, you cannot assume that it will work
> with Python 3.2; anything that supports both branches will usually
> list the minimum version of each (eg "2.7 or 3.3").
>
> ChrisA

That's why I asked first, because I got the feeling it did NOT support
Python 3 :)



More information about the Python-list mailing list