> ## 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
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
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