[Python-Dev] Re: Oh wow, this is really impressive

2021-11-08 Thread Victor Stinner
What's New in Python 3.10 lists other suggestions and enhanced error messages: https://docs.python.org/dev/whatsnew/3.10.html#better-error-messages Victor On Fri, Oct 29, 2021 at 7:22 PM Steven D'Aprano wrote: > > I was using Python 3.10 and got this NameError when I mistyped a name: > > NameErr

[Python-Dev] Re: Oh wow, this is really impressive

2021-10-29 Thread Abdur-Rahmaan Janhangeer
The last thing Py which got a 👍 from me was pip's caching mechanism when installing packages! ___ 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-de

[Python-Dev] Re: Oh wow, this is really impressive

2021-10-29 Thread Pablo Galindo Salgado
I am glad you like it :) I have been told that this is a very popular improvement. I promise to keep looking for similar things in the future! Regards from cloudy London, Pablo Galindo Salgado On Fri, 29 Oct 2021, 18:23 Steven D'Aprano, wrote: > I was using Python 3.10 and got this NameError w