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

2020-02-13 Thread Barry Warsaw
On Feb 11, 2020, at 05:26, Łukasz Langa wrote: > > 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. I don’t think you should worry a

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

2020-02-13 Thread Senthil Kumaran
On Thu, Feb 13, 2020 at 1:57 AM Antoine Pitrou wrote: > > > I would say it depends what the "revert" means: > - revert to pre-bugfix behavior? > This. Because the bug-fix was a bringing in backward-incompatible change that certain users are not happy with. https://github.com/mozilla/bleach/issue

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

2020-02-13 Thread Antoine Pitrou
Le 13/02/2020 à 03:27, Senthil Kumaran a écrit : > Thanks for sharing your thoughts. > > I was originally thinking that if the problem is contained only to 3.8.1 > and 3.7.6 and, reverted 3.8.2. I would say it depends what the "revert" means: - revert to pre-bugfix behavior? - revert then apply