Can anyone Pythonize this lexical algorithm?

2008-10-09 Thread ShashiGowda
I am writing a package manager and stuck unable to write the version sorting function the algorithm is here http://www.linux.gr/cgi-bin/man/man2html?deb-version+5 and all other info is also in it please tell me how to do lexical comparision in python it'll be cool if you just write the code! --

Re: Can anyone Pythonize this lexical algorithm?

2008-10-09 Thread Paul McGuire
On Oct 9, 7:29 am, ShashiGowda [EMAIL PROTECTED] wrote: I am writing a package manager and stuck unable to write the version sorting function the algorithm is herehttp://www.linux.gr/cgi-bin/man/man2html?deb-version+5 and all other info is also in it please tell me how to do lexical

Re: Can anyone Pythonize this lexical algorithm?

2008-10-09 Thread Terry Reedy
ShashiGowda wrote: I am writing a package manager and stuck unable to write the version sorting function the algorithm is here http://www.linux.gr/cgi-bin/man/man2html?deb-version+5 and all other info is also in it please tell me how to do lexical comparision in python it'll be cool if you just