diff options
author | Malcolm Smith <smith@chaquo.com> | 2024-11-19 15:42:19 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-19 15:42:19 (GMT) |
commit | c5c9286804e38c95fe717f22ce1bf2f18eee5b17 (patch) | |
tree | 9348152398bcf83887696e82d57e5b4cb04fb8dd /Misc/NEWS.d/next | |
parent | 5fcc3a4cee76ab9bef4c2a76b0f5591cf576e2bf (diff) | |
download | cpython-c5c9286804e38c95fe717f22ce1bf2f18eee5b17.zip cpython-c5c9286804e38c95fe717f22ce1bf2f18eee5b17.tar.gz cpython-c5c9286804e38c95fe717f22ce1bf2f18eee5b17.tar.bz2 |
gh-118201: Simplify conv_confname (#126089)
Diffstat (limited to 'Misc/NEWS.d/next')
-rw-r--r-- | Misc/NEWS.d/next/Library/2024-10-28-19-49-18.gh-issue-118201.v41XXh.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2024-10-28-19-49-18.gh-issue-118201.v41XXh.rst b/Misc/NEWS.d/next/Library/2024-10-28-19-49-18.gh-issue-118201.v41XXh.rst new file mode 100644 index 0000000..bed4b3b --- /dev/null +++ b/Misc/NEWS.d/next/Library/2024-10-28-19-49-18.gh-issue-118201.v41XXh.rst @@ -0,0 +1,2 @@ +Fixed intermittent failures of :any:`os.confstr`, :any:`os.pathconf` and +:any:`os.sysconf` on iOS and Android. |