Closed GoogleCodeExporter closed 9 years ago
I'm sorry, I switched the plus with0 the minus. It should be:
- return dict([func(*line.split(':')) for line in l.splitlines()])
+ return dict([func(*line.rsplit(':', 1)) for line in l.splitlines()])
Original comment by seocam
on 23 Feb 2010 at 5:47
This issue was closed by revision r7.
Original comment by pearu.peterson
on 26 Feb 2010 at 7:28
Original issue reported on code.google.com by
seocam
on 23 Feb 2010 at 5:46