[python-committers] Re: getting old branches/releases

2020-02-11 Thread Ned Deily
On Feb 11, 2020, at 19:26, Ethan Furman wrote: > On 02/11/2020 04:04 PM, Mariatta wrote: >> On Tue, Feb 11, 2020 at 3:49 PM Ethan Furman wrote: > >>> I'm trying to get the 3.3 and 3.4 branches so I can check my libraries' >>> compatibility with older versions, but I do not see those branches as

[python-committers] Re: getting old branches/releases

2020-02-11 Thread Martin Panter
>> I'm trying to get the 3.3 and 3.4 branches so I can check my libraries >> compatibility with older versions, but I do not see those branches as being >> available: >> >> How can I get those? >> >> > > > 3.3 and 3.4 existed before the migration from GitHub, so we don't have the > branches. >

[python-committers] Re: getting old branches/releases

2020-02-11 Thread Mariatta
Great! Perhaps we should have this info in devguide. https://github.com/python/devguide/issues/572 Welcoming PR. ___ python-committers mailing list -- python-committers@python.org To unsubscribe send an email to python-committers-le...@python.org

[python-committers] Re: getting old branches/releases

2020-02-11 Thread Ethan Furman
On 02/11/2020 04:04 PM, Mariatta wrote: On Tue, Feb 11, 2020 at 3:49 PM Ethan Furman wrote: I'm trying to get the 3.3 and 3.4 branches so I can check my libraries' compatibility with older versions, but I do not see those branches as being available: How can I get those? 3.3 and 3.4

[python-committers] Re: getting old branches/releases

2020-02-11 Thread Mariatta
On Tue, Feb 11, 2020 at 3:49 PM Ethan Furman wrote: > > I'm trying to get the 3.3 and 3.4 branches so I can check my libraries > compatibility with older versions, but I do not see those branches as being > available: > > How can I get those? > > > 3.3 and 3.4 existed before the migration from

[python-committers] getting old branches/releases

2020-02-11 Thread Ethan Furman
Howdy! I'm trying to get the 3.3 and 3.4 branches so I can check my libraries compatibility with older versions, but I do not see those branches as being available: $ git branch --remote 89 remotes/upstream/2.7 remotes/upstream/3.5 remotes/upstream/3.6 remotes/upstream/3.7

[python-committers] Re: A urlparse regression in minor version

2020-02-11 Thread Łukasz Langa
I'll let others voice their opinions but my intuition for 3.8.x is to leave your patch be. True, it should not have been backported but it was, and it was already released as part of 3.8.1 and now 3.8.2rc1. The user will have to special-case the change in behavior anyway. I feel like it is

[python-committers] Re: A urlparse regression in minor version

2020-02-11 Thread Senthil Kumaran
Hi Łukasz , I wanted to push a revert in urlparse module in Python 3.8.2 I sent a note about this to python-committers, are you okay with this? Thanks, Senthil On Mon, Feb 10, 2020 at 6:27 AM Senthil Kumaran wrote: > Hello Python-Committers, > > In https://bugs.python.org/issue27657, I

[python-committers] [RELEASE] Python 3.8.2rc1 is now available for testing

2020-02-11 Thread Łukasz Langa
Python 3.8.2rc1 is the release candidate of the second maintenance release of Python 3.8. Go get it here: https://www.python.org/downloads/release/python-382rc1/ Assuming no critical problems are found prior to 2020-02-17, the scheduled