[issue40447] compile_file's stripdir does not accept pathlib.Path

2020-05-03 Thread Filipe Laíns
Change by Filipe Laíns : -- keywords: +patch nosy: +FFY00 nosy_count: 2.0 -> 3.0 pull_requests: +19195 stage: -> patch review pull_request: https://github.com/python/cpython/pull/19883 ___ Python tracker

[issue40447] compile_file's stripdir does not accept pathlib.Path

2020-04-29 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +xtreak type: -> behavior ___ Python tracker ___ ___ Python-bugs-list mailing list Un

[issue40447] compile_file's stripdir does not accept pathlib.Path

2020-04-29 Thread Shantanu
Shantanu added the comment: If it helps triage, this is the BPO for where the changes to compileall were made: https://bugs.python.org/issue38112 -- ___ Python tracker ___ __

[issue40447] compile_file's stripdir does not accept pathlib.Path

2020-04-29 Thread Shantanu
New submission from Shantanu : Python 3.9 added the stripdir argument to compileall functions. From https://docs.python.org/3.9/library/compileall.html#compileall.compile_file: > The stripdir, prependdir and limit_sl_dest arguments correspond to the -s, -p > and -e options described above. They