Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.7k
Closed
Description
This is a follow-up to#84627
The docs claim:
The stripdir, prependdir and limit_sl_dest arguments correspond to the -s, -p and -e options described above. They may be specified as str, bytes oros.PathLike.
However, none of these can be bytes.
I propose we just fix the documentation
Also see:
- compileall: update for py39 typeshed#3956 (comment)
- Compileall rx argument fix typeshed#5172 (comment)