Add shorten to __all_ (issues #18585 and #18725).

This commit is contained in:
Serhiy Storchaka 2013-10-16 13:07:53 +03:00
parent 25324971fb
commit 3e4b52875e
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
import re
__all__ = ['TextWrapper', 'wrap', 'fill', 'dedent', 'indent']
__all__ = ['TextWrapper', 'wrap', 'fill', 'dedent', 'indent', 'shorten']
# Hardcode the recognized whitespace characters to the US-ASCII
# whitespace characters. The main reason for doing this is that in