SIGN IN SIGN UP

tarfile: Fix positional-only syntax in docs (GH-105770)

The syntax used in the current docs (a / before any args) is invalid.

I think the right approach is for the arguments to arbitrary
filter functions to be treated as positional-only, meaning that users
can supply filter functions with any names for the argument. tarfile.py
only calls the filter function with positional arguments.
J
Jelle Zijlstra committed
5cdd5ba49db10f05e204e7a49ce184222a93dce8
Parent: 6199fe3
Committed by GitHub <noreply@github.com> on 6/14/2023, 7:26:48 AM