]> granicus.if.org Git - python/commit
Marc-Andre Lemburg:
authorGuido van Rossum <guido@python.org>
Tue, 11 Apr 2000 15:39:26 +0000 (15:39 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 11 Apr 2000 15:39:26 +0000 (15:39 +0000)
commitf0b7b04ae822439c33acbfb0ebbece30be663f74
tree1a8941fbe30813ce5f0221903f42513d7a9ea163
parentdc742b318480617cdb84af400c4d9dccae3a33d5
Marc-Andre Lemburg:

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).
Objects/stringobject.c