]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39517: Allow runpy.run_path() to accept path-like objects (GH-18699)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 8 Mar 2020 20:59:59 +0000 (13:59 -0700)
committerGitHub <noreply@github.com>
Sun, 8 Mar 2020 20:59:59 +0000 (13:59 -0700)
commit0687bdf5def13ddca09e854113c0eac0772afea0
tree1251abe8502ddde83771b9e51266396dd605256b
parentb2e8240261aa879b8978d7add6dd1efc4318add1
bpo-39517: Allow runpy.run_path() to accept path-like objects (GH-18699)

(cherry picked from commit 0911ea5c172264eaefa3efe4a1788159c160920d)

Co-authored-by: Maor Kleinberger <kmaork@gmail.com>
Lib/runpy.py
Lib/test/test_runpy.py
Misc/NEWS.d/next/Library/2020-02-29-11-20-50.bpo-39517.voQZb8.rst [new file with mode: 0644]