diff options
author | Maor Kleinberger <kmaork@gmail.com> | 2020-03-08 20:43:17 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-08 20:43:17 (GMT) |
commit | 0911ea5c172264eaefa3efe4a1788159c160920d (patch) | |
tree | fad7f723dadd5b83d61aef153478935690ee3c08 /Misc | |
parent | 4ca060d8ad7c6df1fd4df30f9a14f6aa35380c09 (diff) | |
download | cpython-0911ea5c172264eaefa3efe4a1788159c160920d.zip cpython-0911ea5c172264eaefa3efe4a1788159c160920d.tar.gz cpython-0911ea5c172264eaefa3efe4a1788159c160920d.tar.bz2 |
bpo-39517: Allow runpy.run_path() to accept path-like objects (GH-18699)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2020-02-29-11-20-50.bpo-39517.voQZb8.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-02-29-11-20-50.bpo-39517.voQZb8.rst b/Misc/NEWS.d/next/Library/2020-02-29-11-20-50.bpo-39517.voQZb8.rst new file mode 100644 index 0000000..0cd628f --- /dev/null +++ b/Misc/NEWS.d/next/Library/2020-02-29-11-20-50.bpo-39517.voQZb8.rst @@ -0,0 +1 @@ +Fix runpy.run_path() when using pathlike objects
\ No newline at end of file |