• Guido van Rossum's avatar
    Marc-Andre Lemburg: · e1bc2b2b
    Guido van Rossum authored
    The maxsplit functionality in .splitlines() was replaced by the keepends
    functionality which allows keeping the line end markers together
    with the string.
    
    Added support for '%r' % obj: this inserts repr(obj) rather
    than str(obj).
    e1bc2b2b
stringobject.c 62.8 KB