From: Andrew S. <str...@as...> - 2006-07-24 23:03:14
|
Sasha wrote: >On 7/24/06, Andrew Straw <str...@as...> wrote: > > > >>BTW, Fernando, all this is so that we can still have the svn revision >>number in __version__, but so that it doesn't screw up sorting. >> >> > >Sorting __version__ is screwed up regardless of svn revision number: > > > >>>>'1.9' < '1.10' >>>> >>>> >False > Not if you parse __version__ with something that understands version numbers. |