[issue38450] 3.8 Release Notes: IDLE section dupe

2019-10-11 Thread A.M. Kuchling
Change by A.M. Kuchling : -- pull_requests: +16300 pull_request: https://github.com/python/cpython/pull/16621 ___ Python tracker ___ ___

[issue38450] 3.8 Release Notes: IDLE section dupe

2019-10-11 Thread Ned Deily
Ned Deily added the comment: Thanks for the report! Those whatsnew issues are being addressed in PR 16621. -- nosy: +ned.deily resolution: -> duplicate stage: -> resolved status: open -> closed ___ Python tracker

[issue38450] 3.8 Release Notes: IDLE section dupe

2019-10-11 Thread Sebastian Rittau
New submission from Sebastian Rittau : In the 3.8 release notes (https://docs.python.org/3.8/whatsnew/3.8.html), the section "IDLE and idlelib" is duplicated as "idlelib and IDLE". Also, the section "gc" and "gzip" between them are not sorted alphabetically like the rest of the list. ---