]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39517: Allow runpy.run_path() to accept path-like objects (GH-18699)
authorMaor Kleinberger <kmaork@gmail.com>
Sun, 8 Mar 2020 20:43:17 +0000 (22:43 +0200)
committerGitHub <noreply@github.com>
Sun, 8 Mar 2020 20:43:17 +0000 (20:43 +0000)
commit0911ea5c172264eaefa3efe4a1788159c160920d
treefad7f723dadd5b83d61aef153478935690ee3c08
parent4ca060d8ad7c6df1fd4df30f9a14f6aa35380c09
bpo-39517: Allow runpy.run_path() to accept path-like objects (GH-18699)
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]