On 30/09/2021 08:57, Serhiy Storchaka wrote:
Decimals use a different rule than integers and floats: the modulus has
the same sign as the dividend. It was discussed using this rule for
floats (perhaps there is even FAQ or HOWTO for this), there are
advantages of using it for floats (the result is
On Sat, 2 Oct 2021 at 03:27, Illia Volochii wrote:
>
> Hi everyone,
>
> ensurepip includes private copies of pip and setuptools. But PEP 453 states
> that "once pip is able to run pip install --upgrade pip without needing
> setuptools installed first, then the private copy of setuptools will be
I raised an issue about this: https://github.com/pypa/pip/issues/10530
___
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-le...@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message a
On Sat, 2 Oct 2021 at 12:20, Thomas Grainger wrote:
>
> I raised an issue about this: https://github.com/pypa/pip/issues/10530
I agree with the comment made on that issue - this isn't the right way
to handle the problem. We need to encourage projects to opt into the
new approach and remove the le