[Python-Dev] Re: pip 20.3 release (new resolver as default)

2020-11-30 Thread Pradyun Gedam
> ## What to expect in 20.1 > > We aim to release pip 20.1 in January 2021, per our [usual release > cadence]( > https://pip.pypa.io/en/latest/development/release-process/#release-cadence). > > You can expect: > > * Removal of [Python > 2.7]( > https://pip.pypa.io/en/latest/development/release-proc

[Python-Dev] Re: PEP 632: Deprecate distutils module

2020-09-07 Thread Pradyun Gedam
On Sat, Sep 5, 2020 at 5:14 PM Edwin Zimmerman wrote: > The point remains that these situations exist where it is simply > impossible to run 'pip install xyz' due to network restrictions. I know > this firsthand because I have written software for enforcing total internet > blocks. > I'm not su

[Python-Dev] unittest.TestCase.assert* methods calling TestCase.fail method directly.

2014-03-08 Thread Pradyun Gedam
Hi All, This is my first time on any mailing list... Please point out any mistakes.. I had a suggestion about the implementation of unittest.TestCase.assert* methods. They all call failureException separately. This is also what the unittest.TestCase.fail method does. Is there any specific reason