Sebastian Rittau
Sebastian Rittau
The pipe modes for `tarfile.open()` require only a simplified file object, not the full protocol. From [the documentation](https://docs.python.org/3/library/tarfile.html#tarfile.open): > For special purposes, there is a second format for mode: 'filemode|[compression]'....
These mypy warnings are overzealous, as it's often quite useful to have partial overlaps: We ignore this warning in 192 places in typeshed at the moment, and I don't think...
mypy fails: ``` /tmp/tmpukd3yzxb/.venv-393476311071167225/lib/python3.11/site-packages/numpy/ma/extras.pyi:2: error: Cannot find implementation or library stub for module named "numpy.lib.index_tricks" [import-not-found] /tmp/tmpukd3yzxb/.venv-393476311071167225/lib/python3.11/site-packages/numpy/ma/extras.pyi:2: note: See https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports ``` Affects: * [ ] seaborn * [ ] shapely...
Stubtest fails: ---- ``` Commands run: /tmp/tmpnj02fgq8/bin/pip install networkx[]==3.2.1 mypy==1.10.0 numpy MYPYPATH=/home/runner/work/typeshed/typeshed/stubs/networkx /tmp/tmpnj02fgq8/bin/python -m mypy.stubtest --custom-typeshed-dir /home/runner/work/typeshed/typeshed --ignore-missing-stub networkx --allowlist stubs/networkx/@tests/stubtest_allowlist.txt ********************************************************************** Command output: error: networkx.DiGraph.adj variable differs from runtime...
Python 3.8 has reached its end-of-life phase on 2024-10-07 ([PEP 569](https://peps.python.org/pep-0569/#lifespan)). ## How to remove support ### January 2025 * [ ] Update the documentation. * [ ] Update the...
The project has been archived upstream. Cc @mikeshardmind
Closes: #12529 This is not a complete solution, but I think this is an improvement for any non-weird case. `MIMEPart` is *only* used as a base class of `EmailMessage` in...
Mark constants as Final in _locale.pyi