[Python-Dev] Re: Inline links in Misc/NEWS entries

2019-08-16 Thread Michael
On 16/08/2019 05:31, Kyle Stanley wrote: > Yeah definitely, it was my intention to mention this in the devguide, > particularly with adding an example of the Sphinx roles being used and > explaining appropriate usage. I hadn't thought of linking to the list of > roles (https://devguide.python.org/d

[Python-Dev] Re: [Webmaster] Python for Mac OS X Catalina

2019-08-16 Thread Steve Holden
Hi Ana, This is something that the development team are best placed to answer, and I'm sure that they'd be happy to know if there are bumps in the road coming up with Catalina. I am copying this reply to the core developer list to alert them. It would be helpful if you could make as full a report

[Python-Dev] Re: [Webmaster] Python for Mac OS X Catalina

2019-08-16 Thread Ronald Oussoren via Python-Dev
Hi, As a workaround it is possible to install Python by choosing “open” from the context-menu of in the Finder instead of double clicking on the installer. This is currently necessary because the macOS Catalina has stricter requirements for signing installers, and the Python.org

[Python-Dev] Re: [Webmaster] Python for Mac OS X Catalina

2019-08-16 Thread Ned Deily
On Aug 16, 2019, at 06:11, Ronald Oussoren via Python-Dev wrote: > As a workaround it is possible to install Python by choosing “open” from the > context-menu of in the Finder instead of double clicking on the installer. > This is currently necessary because the macOS Catalina has stricter >

[Python-Dev] Summary of Python tracker Issues

2019-08-16 Thread Python tracker
ACTIVITY SUMMARY (2019-08-09 - 2019-08-16) Python tracker at https://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open7171 (+35) closed 42457 (+38) total 49628 (+73) Open issues wi

[Python-Dev] Re: Inline links in Misc/NEWS entries

2019-08-16 Thread Kyle Stanley
> a) this seems to be "well-defined", and imho, suitable as "easy", etc.. Part of this could potentially be suitable as an "easy" issue, but I'm not certain that it would make for a good first PR, since it is involving a fairly important and widely used section of the devguide. Many newcomers may

[Python-Dev] Re: Inline links in Misc/NEWS entries

2019-08-16 Thread Kyle Stanley
Based on the feedback from the ML thread and Discuss topic, I created a new PR on python/devguide which expands the "What's New and News Entries" section of "committing.rst" to include Sphinx roles: https://github.com/python/devguide/pull/525/files I would greatly appreciate feedback from contribu