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
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
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
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
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
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
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
###
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