Files
cpython/Lib/tarfile.py
Ethan Furman b5a6db9111 bpo-39717: [tarfile] update nested exception raising (GH-23739)
- `from None` if the new exception uses, or doesn't need, the previous one
- `from e` if the previous exception is still relevant
2020-12-12 13:26:44 -08:00

92 KiB
Executable File