[Python-Dev] Re: Using FutureWarning for last version before deletion.

2021-05-11 Thread Petr Viktorin
On 10. 05. 21 10:53, Inada Naoki wrote: Hi, folks. Now Python 3.11 development is open and I am removing some deprecated stuffs carefully. I am considering `configparser.ParseError.filename` property that is deprecated since Python 3.2.

[Python-Dev] Re: Using FutureWarning for last version before deletion.

2021-05-11 Thread Inada Naoki
On Tue, May 11, 2021 at 5:30 PM Petr Viktorin wrote: > > Test tools should treat DeprecationWarning as error by default [0][1]. > So even if end users don't really see it, I don't consider it "hidden". > *should* is not *do*. For example, nosetests don't show DeprecationWarning. And there are

[Python-Dev] Re: Using FutureWarning for last version before deletion.

2021-05-11 Thread Antoine Pitrou
On Tue, 11 May 2021 10:25:38 +0200 Petr Viktorin wrote: > On 10. 05. 21 10:53, Inada Naoki wrote: > > Hi, folks. > > > > Now Python 3.11 development is open and I am removing some deprecated > > stuffs carefully. > > > > I am considering `configparser.ParseError.filename` property that is > >

[Python-Dev] Re: Using FutureWarning for last version before deletion.

2021-05-11 Thread Petr Viktorin
On 11. 05. 21 11:08, Inada Naoki wrote: On Tue, May 11, 2021 at 5:30 PM Petr Viktorin wrote: Test tools should treat DeprecationWarning as error by default [0][1]. So even if end users don't really see it, I don't consider it "hidden". *should* is not *do*. For example, nosetests don't

[Python-Dev] python-iterators mailing list on SourceForge

2021-05-11 Thread Julien Palard via Python-Dev
Hi, PEP 234 mention https://sourceforge.net/p/python/mailman/python-iterators/ but the project mailing list archives are marked as "hidden". Looks like projects admin and developers can get the "hidden link", but I think it would be nice to "unhide" the archives if someone is still admin there

[Python-Dev] Re: Future PEP: Include Fine Grained Error Locations in Tracebacks

2021-05-11 Thread Steven D'Aprano
On Mon, May 10, 2021 at 09:44:05PM -0400, Terry Reedy wrote: > The vanilla interpreter could be updated to recognize when it is running > on a similated 35-year-old terminal that implements ansi-vt100 color > codes rather than a similated 40+-year-old black-and-white teletype-like > terminal.

[Python-Dev] Re: Future PEP: Include Fine Grained Error Locations in Tracebacks

2021-05-11 Thread Baptiste Carvello
Le 11/05/2021 à 09:35, Steven D'Aprano a écrit : > On Mon, May 10, 2021 at 09:44:05PM -0400, Terry Reedy wrote: > >> The vanilla interpreter could be updated to recognize when it is running >> on a similated 35-year-old terminal that implements ansi-vt100 color >> codes rather than a similated

[Python-Dev] Re: python-iterators mailing list on SourceForge

2021-05-11 Thread Thomas Grainger
it might be possible to recover the account by contacting sfnet_...@slashdotmedia.com ___ Python-Dev mailing list -- python-dev@python.org To unsubscribe send an email to python-dev-le...@python.org

[Python-Dev] Re: python-iterators mailing list on SourceForge

2021-05-11 Thread Guido van Rossum
I doubt that anyone has the keys to the python project on sourceforge any more... :-( We've abandoned that platform nearly two decades ago. On Mon, May 10, 2021 at 11:40 PM Julien Palard via Python-Dev < python-dev@python.org> wrote: > Hi, > > PEP 234 mention >

[Python-Dev] Re: Future PEP: Include Fine Grained Error Locations in Tracebacks

2021-05-11 Thread Gregory P. Smith
On Tue, May 11, 2021 at 3:33 PM Mike Miller wrote: > > On 5/11/21 1:57 AM, Baptiste Carvello wrote: > > Le 11/05/2021 à 09:35, Steven D'Aprano a écrit : > >> On Mon, May 10, 2021 at 09:44:05PM -0400, Terry Reedy wrote: > >> > >>> The vanilla interpreter could be updated to recognize when it is >

[Python-Dev] Re: Future PEP: Include Fine Grained Error Locations in Tracebacks

2021-05-11 Thread Mike Miller
On 5/11/21 1:57 AM, Baptiste Carvello wrote: Le 11/05/2021 à 09:35, Steven D'Aprano a écrit : On Mon, May 10, 2021 at 09:44:05PM -0400, Terry Reedy wrote: The vanilla interpreter could be updated to recognize when it is running on a similated 35-year-old terminal that implements ansi-vt100

[Python-Dev] Re: Future PEP: Include Fine Grained Error Locations in Tracebacks

2021-05-11 Thread Guido van Rossum
On Tue, May 11, 2021 at 4:07 PM Gregory P. Smith wrote: > > > On Tue, May 11, 2021 at 3:33 PM Mike Miller > wrote: > >> >> On 5/11/21 1:57 AM, Baptiste Carvello wrote: >> > Le 11/05/2021 à 09:35, Steven D'Aprano a écrit : >> >> On Mon, May 10, 2021 at 09:44:05PM -0400, Terry Reedy wrote: >> >>