[Python-Dev] Re: [RELEASE] Python 3.8.6rc1 is now ready for testing
On 08. 09. 20 23:38, Łukasz Langa wrote: Python 3.8.6rc1 is the release candidate of the sixth maintenance release of Python 3.8. Go get it here: https://www.python.org/downloads/release/python-386rc1/ I've noticed the changelog link there leads to: https://docs.python.org/release/3.8.4rc1/whatsnew/changelog.html#changelog Where can this be updated? -- Miro Hrončok -- Phone: +420777974800 IRC: mhroncok ___ Python-Dev mailing list -- python-dev@python.org To unsubscribe send an email to python-dev-le...@python.org https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/SBIMWT6XGMZUZKPMV3WP5J7HAXRYQXVY/ Code of Conduct: http://python.org/psf/codeofconduct/
[Python-Dev] Re: [RELEASE] Python 3.8.6rc1 is now ready for testing
On Sep 9, 2020, at 04:30, Miro Hrončok wrote: > On 08. 09. 20 23:38, Łukasz Langa wrote: >> Python 3.8.6rc1 is the release candidate of the sixth maintenance release of >> Python 3.8. Go get it here: >> https://www.python.org/downloads/release/python-386rc1/ > > I've noticed the changelog link there leads to: > > https://docs.python.org/release/3.8.4rc1/whatsnew/changelog.html#changelog > > Where can this be updated? Thanks for reporting it. The link should now be fixed if you refresh the page. -- Ned Deily n...@python.org -- [] ___ Python-Dev mailing list -- python-dev@python.org To unsubscribe send an email to python-dev-le...@python.org https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/5FMU6COKLANBEMSN54NHQ5AYMLBRTC7B/ Code of Conduct: http://python.org/psf/codeofconduct/
[Python-Dev] Re: [RELEASE] Python 3.8.6rc1 is now ready for testing
On 09. 09. 20 11:17, Ned Deily wrote: On Sep 9, 2020, at 04:30, Miro Hrončok wrote: On 08. 09. 20 23:38, Łukasz Langa wrote: Python 3.8.6rc1 is the release candidate of the sixth maintenance release of Python 3.8. Go get it here: https://www.python.org/downloads/release/python-386rc1/ I've noticed the changelog link there leads to: https://docs.python.org/release/3.8.4rc1/whatsnew/changelog.html#changelog Where can this be updated? Thanks for reporting it. The link should now be fixed if you refresh the page. Thanks, Ned. -- Miro Hrončok -- Phone: +420777974800 IRC: mhroncok ___ Python-Dev mailing list -- python-dev@python.org To unsubscribe send an email to python-dev-le...@python.org https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/H2B65BBEUYFQYFMMRDTM7MMLRROREBHH/ Code of Conduct: http://python.org/psf/codeofconduct/
[Python-Dev] Re: Taking over xxlimited for PEP 630
On Tue, Sep 8, 2020, at 08:13, Petr Viktorin wrote: > Hello, > The "xxlimited" module (Modules/xxlimited.c) was added as part of PEP > 384 (Defining a Stable ABI), and is undocumented. As far as I can tell, > it was added partly to test the stable ABI, and partly as an example of > how to write a module (like "xx" from xxmodule.c). > In the last few years the module has not seen much maintenance, and I > believe it's no longer a good example to follow: it works, but there are > now better ways to do things. > > I would like to take over maintenance of the module and make it into an > example of how to write a low-level C extension with isolated module > state, as described in PEP 630 (Isolating Extension Modules) -- an > informational PEP that I plan to convert to a HOWTO doc when everything > is ready. > > Please let me know if you think this isn't a good idea, or if there's > something I'm missing. There's value in testing that the old ways continue to work, though, right? Maybe the current xxlimited should be renamed to xxoldlimited and xxlimited can become the new home for a modern limited extension writing example. ___ Python-Dev mailing list -- python-dev@python.org To unsubscribe send an email to python-dev-le...@python.org https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/YITRQXGUOIEHK22QP5K4C5E45QA356U3/ Code of Conduct: http://python.org/psf/codeofconduct/
[Python-Dev] Re: [python-committers] RSVP: 2020 Python Core Dev Sprint
As an update, I've created https://python-core-sprint-2020.readthedocs.io/ with some details about the schedule, participants, and sprint projects, to give you a better idea of what to expect during the sprint. If you're planning to participate, please fill in this form: https://forms.gle/84NkyYt5g616fs1r5 so we have your contact info and can add you to the participant list. ( https://python-core-sprint-2020.readthedocs.io/participants.html) If you have questions about the sprint, please open an issue or a discussion item in the core-sprint repo: https://github.com/python/core-sprint Thanks! On Fri, Aug 21, 2020 at 1:10 PM Kyle Stanley wrote: > Hey all, > > We just recently finished working on the signup form for the upcoming 2020 > Python Core Dev Sprint on Oct. 19th - 23rd. In addition to getting an > general idea of (virtual) attendance, this is being used to assess the > topics covered, optimal start/end times for each day, and preferred social > activities. > > Anyone who is a CPython core developer, engaged in a core dev mentorship, > or a member of the Python triage team is welcome to attend! > > Sign up to attend here: https://forms.gle/84NkyYt5g616fs1r5 > > We will be accepting late sign ups for this event since capacity is not a > significant limitation, but for the purposes of scheduling the best > possible times for everyone, it is requested that participants do so at > their earliest convenience. > > Regards, > Kyle Stanley > ___ > python-committers mailing list -- python-committ...@python.org > To unsubscribe send an email to python-committers-le...@python.org > https://mail.python.org/mailman3/lists/python-committers.python.org/ > Message archived at > https://mail.python.org/archives/list/python-committ...@python.org/message/C24BIJVTG53G4X25K5QLPP2WPKDCI2XA/ > Code of Conduct: https://www.python.org/psf/codeofconduct/ > ___ Python-Dev mailing list -- python-dev@python.org To unsubscribe send an email to python-dev-le...@python.org https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/UWZVQ3O4VMRG7J5O3OE2LDUP5NOB3ZP2/ Code of Conduct: http://python.org/psf/codeofconduct/