Moosems

Results 460 comments of Moosems

> > I'm surprised though, that `list[Path]` works on Py39 without a future statement. > > Python 3.9 updated the syntax for many type hints. The older alternatives are deprecated...

> Yes. Not all type hints were updated. Actually one can call it streamlined. The builtins are useable as type hints themselves now Oh really? So that would break in...

```python # ✔ Works on Python >3.9 a: collections.defaultdict[str, int] = collections.defaultdict(int) ``` And this is backwards compatible?

Yep, so first of all we need to set up for pyinstaller. You can copy/paste DIP.spec and then edit all mentions of DIP but pretty much fill in the blank...

It definitely is one pixel to the right but otherwise it seems to be fine.

Another way to see it is the idea was to tell when a line is too long so if it's covering code that's your issue due to maintaining such long...

Is there a way to get a .cia file for this 😄?

Thank you!!