Message282963
The problem with .split is its split (pun intended) personality: it really is two functions that have separate use cases, and have different algorithms; and people think about them as separate functions. In that view, we have just fallen afoul of Guido's rule of no literal passing bool arguments. The true solution would probably be to bite the bullet and have two separate methods. After all, .splitlines is a separate method for precisely such a reason. |
|
Date |
User |
Action |
Args |
2016-12-12 05:09:27 | veky | set | recipients:
+ veky, barry, rhettinger, syeberman, mrabarnett, serhiy.storchaka, abarry |
2016-12-12 05:09:27 | veky | set | messageid: <1481519367.31.0.393972221.issue28937@psf.upfronthosting.co.za> |
2016-12-12 05:09:27 | veky | link | issue28937 messages |
2016-12-12 05:09:27 | veky | create | |
|