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

[Python-announce] Wing Python IDE version 9.0.1 has been released

2022-11-24 Thread Wingware
Wing 9.0.1 has been released with some theming  fixes on Windows, a work-around to avoid segfaults in the Python 3.11 core, fixes for vi mode ci[ and similar when the cursor is on the opening character, a fix for tool tips appearing on the incorrect monitor, and a few other usability

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

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

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

[Python-announce] NumPy 1.24.0rc1 released

2022-11-24 Thread Charles R Harris
Hi All, On behalf of the NumPy team, I'm pleased to announce the release of NumPy 1.24.0rc1. The NumPy 1.24.0 release continues the ongoing work to improve the handling and promotion of dtypes, increase execution speed, and clarify the documentation. There are also a large number of new and

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