Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 214f7eed7640f873223427c02a95a70775d2b396 https://github.com/python/cpython/commit/214f7eed7640f873223427c02a95a70775d2b396 Author: Jonathan Eunice <jonathan.eunice at gmail.com> Date: 2017年06月15日 (2017年6月15日) Changed paths: M Lib/test/test_textwrap.py Log Message: ----------- bpo-30603: add tests to textwrap.dedent (GH-2206) * test dedent with declining indent level * add textwrap.dedent test cases