]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
When expandtabs() would be a no-op, don't create a duplicate string
authorAntoine Pitrou <solipsis@pitrou.net>
Tue, 4 Oct 2011 14:04:01 +0000 (16:04 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Tue, 4 Oct 2011 14:04:01 +0000 (16:04 +0200)
commite19aa388e8f4aa88ef5e2a25444a06c2ec3408ad
tree886ac4e41e392672b8a2cea8c5ff11f85e7df58c
parent87a484caf556f0542ddf053fa4f87859cf59de44
When expandtabs() would be a no-op, don't create a duplicate string
Lib/test/test_unicode.py
Objects/unicodeobject.c