]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-30754: Document textwrap.dedent blank line behavior. (GH-14469)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 30 Jun 2019 04:38:11 +0000 (21:38 -0700)
committerGitHub <noreply@github.com>
Sun, 30 Jun 2019 04:38:11 +0000 (21:38 -0700)
commite2e41cd114ae761fbfee4e7c6539f5df5c8c7116
treecc127bab0875f9aaff6148d2358eda5db8767cb9
parentffa419ad004de96395a655f6b8d1a58b7c73372e
bpo-30754: Document textwrap.dedent blank line behavior. (GH-14469)

* Added documentation for textwrap.dedent behavior.
* Remove an obsolete note about pre-2.5 behavior from the docstring.
(cherry picked from commit eb97b9211e7c99841d6cae8c63893b3525d5a401)

Co-authored-by: tmblweed <tmblweed@users.noreply.github.com>
Doc/library/textwrap.rst
Lib/textwrap.py