]> granicus.if.org Git - python/commit
bpo-34006: Revert line length limit for Windows help docs (GH-8051)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 2 Jul 2018 22:23:22 +0000 (15:23 -0700)
committerGitHub <noreply@github.com>
Mon, 2 Jul 2018 22:23:22 +0000 (15:23 -0700)
commit4d02ad856f123d68712f542d55e8ff3393f00a8f
treea2339a2b4416d0923ab73fae114f64c3f32a4bd5
parent24d74bd8377d38528566437e70fcd72229695ac7
bpo-34006: Revert line length limit for Windows help docs (GH-8051)

 The line-length limit is not needed because the pages appear in a separate app rather
 than on a browser tab.  It can also interact badly with the DPI setting.
(cherry picked from commit d824ca7f4df9b5f77cf02490b0e98c2408e21fee)

Co-authored-by: Zachary Ware <zachary.ware@gmail.com>
Doc/make.bat
Misc/NEWS.d/next/Windows/2018-07-02-14-19-32.bpo-34006.7SgBT_.rst [new file with mode: 0644]