]> granicus.if.org Git - python/commit
Add __all__ (suggested by Raymond Hettinger).
authorGreg Ward <gward@python.net>
Mon, 3 Feb 2003 14:46:57 +0000 (14:46 +0000)
committerGreg Ward <gward@python.net>
Mon, 3 Feb 2003 14:46:57 +0000 (14:46 +0000)
commit4c6c9c42fbe6ec3ba7f7aed9c9d172e459941739
treed3ae7c010aa9ae06ec609c937e82b9dc30811f9c
parent7a2d7a74fc73aa791260625a8592edbdefb5012f
Add __all__ (suggested by Raymond Hettinger).

Rename 'whitespace' global to '_whitespace' -- it's not part of the
public interface.
Lib/textwrap.py