diff options
author | Inada Naoki <songofacandy@gmail.com> | 2022-05-19 02:42:43 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-19 02:42:43 (GMT) |
commit | 96f65835f8f66d058b444e0b4e436af45e2902f7 (patch) | |
tree | 84906fe995aca491347f2ce5e4d63b4c751fa20d /Misc/NEWS.d | |
parent | f2d994da104eed38f9e110e7d8f37fa6d845b207 (diff) | |
download | cpython-96f65835f8f66d058b444e0b4e436af45e2902f7.zip cpython-96f65835f8f66d058b444e0b4e436af45e2902f7.tar.gz cpython-96f65835f8f66d058b444e0b4e436af45e2902f7.tar.bz2 |
gh-87901: Remove the encoding argument from os.popen (GH-92836)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Library/2022-05-18-21-04-09.gh-issue-87901.lnf041.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-05-18-21-04-09.gh-issue-87901.lnf041.rst b/Misc/NEWS.d/next/Library/2022-05-18-21-04-09.gh-issue-87901.lnf041.rst new file mode 100644 index 0000000..3488541 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2022-05-18-21-04-09.gh-issue-87901.lnf041.rst @@ -0,0 +1,2 @@ +Removed the ``encoding`` argument from :func:`os.popen` that was added in +3.11b1. |