Unable to uninstall the older version of Python

2022-11-24 Thread Goswami Shiv Prasad
Hello sir/ma’am I was trying to uninstall python with older version although popup with uninstall successful could be seen multiple times but the icon is still there. So please assist me for that Thanks & Regards Shiva Goswami -- https://mail.python.org/mailman/listinfo/python-list

Re: Preprocessing not quite fixed-width file before parsing

2022-11-24 Thread Thomas Passin
On 11/24/2022 9:06 AM, Loris Bennett wrote: Thomas Passin writes: On 11/23/2022 11:00 AM, Loris Bennett wrote: Hi, I am using pandas to parse a file with the following structure: Name filesettype KB quota limit in_doubtgrace |files quotalimit in_d

Re: is mypy failing here

2022-11-24 Thread Kirill Ratkin via Python-list
Hi Robin, mypy --strict gives you detail info. On Thu, Nov 24, 2022 at 10:05 +, Robin Becker wrote: > I haven't used dataclasses or typing very much, but while playing about I > found this didn't give me an expected error > > (.py312) robin@minikat:~/devel/reportlab > $ cat tmp/examples/tdc

Re: Preprocessing not quite fixed-width file before parsing

2022-11-24 Thread Loris Bennett
Thomas Passin writes: > On 11/23/2022 11:00 AM, Loris Bennett wrote: >> Hi, >> I am using pandas to parse a file with the following structure: >> Name filesettype KB quota limit >> in_doubtgrace |files quotalimit in_doubtgrace >> shortname shared

Re: is mypy failing here

2022-11-24 Thread Thomas Passin
On 11/24/2022 7:34 AM, Thomas Passin wrote: On 11/24/2022 5:05 AM, Robin Becker wrote: I haven't used dataclasses or typing very much, but while playing about I found this didn't give me an expected error (.py312) robin@minikat:~/devel/reportlab $ cat tmp/examples/tdc.py && python tmp/examples

Re: is mypy failing here

2022-11-24 Thread Weatherby,Gerard
https://github.com/python/mypy/issues/12971 From: Python-list on behalf of Thomas Passin Date: Thursday, November 24, 2022 at 7:36 AM To: python-list@python.org Subject: Re: is mypy failing here *** Attention: This is an external email. Use caution responding, opening attachments or clicking

Re: is mypy failing here

2022-11-24 Thread Thomas Passin
On 11/24/2022 5:05 AM, Robin Becker wrote: I haven't used dataclasses or typing very much, but while playing about I found this didn't give me an expected error (.py312) robin@minikat:~/devel/reportlab $ cat tmp/examples/tdc.py && python tmp/examples/tdc.py && mypy tmp/examples/tdc.py ###

is mypy failing here

2022-11-24 Thread Robin Becker
I haven't used dataclasses or typing very much, but while playing about I found this didn't give me an expected error (.py312) robin@minikat:~/devel/reportlab $ cat tmp/examples/tdc.py && python tmp/examples/tdc.py && mypy tmp/examples/tdc.py ## from dataclasses