[Chicago] is there really no built-in file/iter split() thing?

skip at pobox.com skip at pobox.com
Mon Dec 3 16:47:04 CET 2007


    Skip> Patch here:
    Skip> http://bugs.python.org/issue1538

    David> And who says these micro-optimization threads don't lead to
    David> useful output?

Note that this particular optimization (avoiding the copy when r?split
matches nothing) is a very micro optimization itself.  It may well get
rejected as not worth the extra complexity.

Skip


More information about the Chicago mailing list