Mercurial > p > roundup > code
diff CHANGES.txt @ 7965:6763813d9d34
issue2551350 - Python changes for 3.12 with roundup 2.3.0 cgitb.py
Fix change in pydoc.html.header() signature. It dropped foreground and
background color arguments in 3.11 and newer.
Also enable test code for the html function.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Tue, 14 May 2024 21:27:28 -0400 |
| parents | 791b61ed11c9 |
| children | d7e79f8eb943 |
line wrap: on
line diff
--- a/CHANGES.txt Tue May 14 20:50:25 2024 -0400 +++ b/CHANGES.txt Tue May 14 21:27:28 2024 -0400 @@ -142,6 +142,9 @@ option is off when the setting is missing from detectors/config.ini. Other templates do not implement this option. (John Rouillard) +- issue2551350 - Python changes for 3.12 with roundup 2.3.0. Fixes for + cgitb.py crash due to pydoc.html.header() signature change. (Patch + by Andrew (kragacles), applied John Rouillard) Features:
