SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 93 Python

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).
G
Guido van Rossum committed
f0b7b04ae822439c33acbfb0ebbece30be663f74
Parent: dc742b3