What is Nostr?
David Beazley /
npub12jl…mnsz
2024-10-05 09:03:18

David Beazley on Nostr: Another Python release. Another sad face. >>> def f(x: list[int]): pass ... >>> def ...

Another Python release. Another sad face.

>>> def f(x: list[int]): pass
...
>>> def g(x: iter[int]): pass
...
Traceback (most recent call last):
File "<python-input-1>", line 1, in <module>
def g(x: iter[int]): pass
~~~~^^^^^
TypeError: 'builtin_function_or_method' object is not subscriptable
>>>
Author Public Key
npub12jlgk3x6d5lx9kqgx83s4p00z4j9u8astl9deut8p86mk234qyfqntmnsz