Menu

#50 split() should raise an exception instead of returning []

open
platypus (9)
5
2003-09-09
2003-09-09
Anonymous
No

Currently split() method in talbes.py returns empty
list when self._width>availWidth which can make
debugging really dificult. Rainsing an exception here
is appropriate solution IMO.

Discussion


Log in to post a comment.