[python-committers] If I backport to 3.7, it will not go into 3.7.0, correct?

2018-06-23 Thread Eric V. Smith
I have a few things I want to fix in 3.7.1, but don't need to be 3.7.0. I can backport those to the 3.7 branch now, correct? Reading Ned's message I wasn't exactly sure of the timing and don't want to screw things up. I assume he's keeping a private branch for 3.7.0. Eric

Re: [python-committers] If I backport to 3.7, it will not go into 3.7.0, correct?

2018-06-23 Thread Terry Reedy
On 6/23/2018 8:37 AM, Eric V. Smith wrote: I have a few things I want to fix in 3.7.1, but don't need to be 3.7.0. I can backport those to the 3.7 branch now, correct? Correct. 'backport 3.7' == backport into 3.7.1. I have done this several times already. Reading Ned's message I wasn't exac

Re: [python-committers] If I backport to 3.7, it will not go into 3.7.0, correct?

2018-06-23 Thread Eric V. Smith
Thanks, Terry. -- Eric > On Jun 23, 2018, at 10:31 AM, Terry Reedy wrote: > >> On 6/23/2018 8:37 AM, Eric V. Smith wrote: >> I have a few things I want to fix in 3.7.1, but don't need to be 3.7.0. I >> can backport those to the 3.7 branch now, correct? > > Correct. 'backport 3.7' == backport

Re: [python-committers] If I backport to 3.7, it will not go into 3.7.0, correct?

2018-06-23 Thread Ned Deily
On Jun 23, 2018, at 10:31, Terry Reedy wrote: > > On 6/23/2018 8:37 AM, Eric V. Smith wrote: >> I have a few things I want to fix in 3.7.1, but don't need to be 3.7.0. I >> can backport those to the 3.7 branch now, correct? > > Correct. 'backport 3.7' == backport into 3.7.1. I have done this s