[Python-Dev] Summary of Python tracker Issues

2020-08-21 Thread Python tracker
ACTIVITY SUMMARY (2020-08-14 - 2020-08-21) 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: open7651 (+28) closed 45696 (+23) total 53347 (+51) Open issues

[Python-Dev] PR stuck in Travis

2020-08-21 Thread Facundo Batista
Hello! I want to land this PR: https://github.com/python/cpython/pull/21466 It's doc only, so it only run the docs part in GH actions. All fine, except Travis, which is "required", but didn't finish. I'm not finding a way to restart that job. - from Github: I don't find any restart/resend

[Python-Dev] Re: PR stuck in Travis

2020-08-21 Thread Ivan Pozdeev via Python-Dev
(Whoops, replied only to Facundo by mistake. Resending with reply to the list as well.) At first glance, it looks like Travis not acting upon a build request. First, AFAICS from the UI, you can merge it regardless. But I suggest restarting the checks as it might be an actual problem for

[Python-Dev] Re: PR stuck in Travis

2020-08-21 Thread Guido van Rossum
Does closing and reopening the PR work? On Fri, Aug 21, 2020 at 11:19 Facundo Batista wrote: > Hello! > > > > I want to land this PR: > > > > https://github.com/python/cpython/pull/21466 > > > > It's doc only, so it only run the docs part in GH actions. All fine, > > except Travis, which is

[Python-Dev] Re: PR stuck in Travis

2020-08-21 Thread Terry Reedy
On 8/21/2020 2:54 PM, Guido van Rossum wrote: Does closing and reopening the PR work? https://github.com/python/cpython/pull/21466 Yes, ready to merge. -- Terry Jan Reedy ___ Python-Dev mailing list -- python-dev@python.org To unsubscribe

[Python-Dev] Re: PR stuck in Travis

2020-08-21 Thread Eric V. Smith
Hi, Facundo. You could try closing the PR and then re-opening it. Eric On 8/21/2020 2:18 PM, Facundo Batista wrote: Hello! I want to land this PR: https://github.com/python/cpython/pull/21466 It's doc only, so it only run the docs part in GH actions. All fine, except Travis, which is

[Python-Dev] RSVP: 2020 Python Core Dev Sprint

2020-08-21 Thread Kyle Stanley
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

[Python-Dev] [RELEASED] Python 3.5.10rc1 is released

2020-08-21 Thread Larry Hastings
On behalf of the Python development community, I'm pleased to finally announce the availability of Python 3.5.10rc1. Python 3.5 is in "security fixes only" mode.  This new version only contains security fixes, not conventional bug fixes, and it is a source-only release. Important Notice: