[issue46463] escape4chm.py script causing AttributeError in docs build

2022-01-24 Thread Steve Dower
Change by Steve Dower : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue46463] escape4chm.py script causing AttributeError in docs build

2022-01-21 Thread miss-islington
miss-islington added the comment: New changeset b37f3e993a978eacf05c5fddd716be2d31f18a8d by Miss Islington (bot) in branch '3.9': bpo-46463: Fixes escape4chm.py script used when building the CHM documentation file (GH-30768)

[issue46463] escape4chm.py script causing AttributeError in docs build

2022-01-21 Thread miss-islington
miss-islington added the comment: New changeset d548c871716dfda73714d9f38b4e4219878a414e by Miss Islington (bot) in branch '3.10': bpo-46463: Fixes escape4chm.py script used when building the CHM documentation file (GH-30768)

[issue46463] escape4chm.py script causing AttributeError in docs build

2022-01-21 Thread miss-islington
Change by miss-islington : -- pull_requests: +28958 pull_request: https://github.com/python/cpython/pull/30773 ___ Python tracker ___

[issue46463] escape4chm.py script causing AttributeError in docs build

2022-01-21 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 1.0 -> 2.0 pull_requests: +28957 pull_request: https://github.com/python/cpython/pull/30772 ___ Python tracker

[issue46463] escape4chm.py script causing AttributeError in docs build

2022-01-21 Thread Steve Dower
Steve Dower added the comment: New changeset 57d1855682dbeb9233ef3a531f9535c6442e9992 by Steve Dower in branch 'main': bpo-46463: Fixes escape4chm.py script used when building the CHM documentation file (GH-30768)

[issue46463] escape4chm.py script causing AttributeError in docs build

2022-01-21 Thread Steve Dower
Change by Steve Dower : -- keywords: +patch pull_requests: +28953 stage: -> patch review pull_request: https://github.com/python/cpython/pull/30768 ___ Python tracker ___

[issue46463] escape4chm.py script causing AttributeError in docs build

2022-01-21 Thread Steve Dower
New submission from Steve Dower : Exception occurred: File "D:\a\1\s\Doc\tools\extensions\escape4chm.py", line 44, in fixup_keywords with app.builder.open_file(outdir, outname + '.hhk', 'r') as f: AttributeError: 'HTMLHelpBuilder' object has no attribute 'open_file' The full traceback has