diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2018-07-09 08:47:45 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-09 08:47:45 (GMT) |
commit | 2a9b8babf0d09946ebebfdb2931cc0d3db5a1d3d (patch) | |
tree | 6efcfbee7390ccdf8d969068b603b707fa769b27 /Misc | |
parent | f85af035c5cb9a981f5e3164425f27cf73231b5f (diff) | |
download | cpython-2a9b8babf0d09946ebebfdb2931cc0d3db5a1d3d.zip cpython-2a9b8babf0d09946ebebfdb2931cc0d3db5a1d3d.tar.gz cpython-2a9b8babf0d09946ebebfdb2931cc0d3db5a1d3d.tar.bz2 |
bpo-26544: Fixed implementation of platform.libc_ver(). (GH-7684)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2018-06-13-20-33-29.bpo-26544.hQ1oMt.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-06-13-20-33-29.bpo-26544.hQ1oMt.rst b/Misc/NEWS.d/next/Library/2018-06-13-20-33-29.bpo-26544.hQ1oMt.rst new file mode 100644 index 0000000..e2cd0ba --- /dev/null +++ b/Misc/NEWS.d/next/Library/2018-06-13-20-33-29.bpo-26544.hQ1oMt.rst @@ -0,0 +1,2 @@ +Fixed implementation of :func:`platform.libc_ver`. It almost always returned +version '2.9' for glibc. |