eal pleasure to help out
with the development of Python.
--
thanks,
Abhilash Raj (maxking)
___
python-committers mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.pytho
Sorry for posting on this very old thread, but it looks like we are using
"Backport to X.Y" labels to also backport PRs and is needed as a trigger for
the automation (miss-islington) to work.
I am not sure if this automation existed when this label was retired, but it
looks useful to me now.
On Mon, Aug 19, 2019, at 1:19 PM, Brett Cannon wrote:
> Abhilash Raj (maxking) wrote:
> > Hi,
> > On August 19, 2019 9:35:02 AM UTC, Victor Stinner [email protected] wrote:
> > > Hi,
> > > To create a 3.5 backport, I use the following commands (someth
gt; https://mail.python.org/mailman3/lists/python-committers.python.org/
> Message archived at
> https://mail.python.org/archives/list/[email protected]/message/VE6OIIJVH7JLHRDP3LX7NYG6WIZ53ZPX/
> Code of Conduct: https://www.python.org/psf/codeofconduct/
>
--
thanks,
Abhilash Raj (ma
Hi,
On August 19, 2019 9:35:02 AM UTC, Victor Stinner wrote:
>Hi,
>
>To create a 3.5 backport, I use the following commands (something like
>this, adapt names ;-):
>
> cd ~/python/3.5
> git checkout -b fix_something35
> git cherry-pick -x commit_sha1
> # maybe fix conflicts or make furth