Closed GoogleCodeExporter closed 8 years ago
I created a fix...
Original comment by d.hendr...@tue.nl
on 6 May 2008 at 8:29
Attachments:
Fixed by just changing rsplit(".",1)[-1] to split(".")[-1].
Original comment by dbeaz...@gmail.com
on 6 May 2008 at 10:57
That's also a solution, although a slightly less efficient one, since it has to
go
through the entire string...
Original comment by d.hendr...@tue.nl
on 7 May 2008 at 6:19
Original issue reported on code.google.com by
d.hendr...@tue.nl
on 6 May 2008 at 8:20