]> granicus.if.org Git - python/commit
textwrap now processes text chucks at O(n) speed instead of O(n**2).
authorRaymond Hettinger <python@rcn.com>
Fri, 15 Jul 2005 06:53:35 +0000 (06:53 +0000)
committerRaymond Hettinger <python@rcn.com>
Fri, 15 Jul 2005 06:53:35 +0000 (06:53 +0000)
commit8bfa8935ea2fc645e5f166f180c2ba18cf11ade3
tree587c4a3c8f92b6b5e61cb09f047ba6478d46ec87
parentd5d469d3d1d01020847377f9f4b4bb0464c0f4eb
textwrap now processes text chucks at O(n) speed instead of O(n**2).
Patch #1209527 (Contributed by Connelly).
Lib/textwrap.py
Misc/NEWS