Branch: refs/heads/3.6 Home: https://github.com/python/cpython Commit: 65de1f3672fd0a1e3ec34b654ef5213e15a03e26 https://github.com/python/cpython/commit/65de1f3672fd0a1e3ec34b654ef5213e15a03e26 Author: terryjreedy <tjreedy at udel.edu> Date: 2017年07月16日 (2017年7月16日) Changed paths: M Lib/idlelib/idle_test/README.txt A Misc/NEWS.d/next/IDLE/2017-07-15-22-26-57.bpo-30934.BanuSB.rst Log Message: ----------- [3.6] bpo-30934: Document coverage details for idlelib tests (GH-2711) (#2726) * Add section to idlelib/idle-test/README.txt. * Include check that branches are taken both ways. * Exclude IDLE-specific code that does not run during unit tests. (cherry picked from commit 95bebb7)