diff options
author | Benjamin Peterson <benjamin@python.org> | 2018-09-14 16:09:04 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-14 16:09:04 (GMT) |
commit | 5633c4f342d957df2ef0d67b9bfb472a0d28a76b (patch) | |
tree | ce0fa1296d07c22403c2ddf5c340e81c0d10e6ed /Misc/NEWS.d/next | |
parent | a4414ef20b971e6803309acebfa85b1621ac625e (diff) | |
download | cpython-5633c4f342d957df2ef0d67b9bfb472a0d28a76b.zip cpython-5633c4f342d957df2ef0d67b9bfb472a0d28a76b.tar.gz cpython-5633c4f342d957df2ef0d67b9bfb472a0d28a76b.tar.bz2 |
bpo-34672: Try to pass the C library's own timezone strings back to it. (GH-9288)
Diffstat (limited to 'Misc/NEWS.d/next')
-rw-r--r-- | Misc/NEWS.d/next/Library/2018-09-13-21-04-23.bpo-34672.BYuKKS.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-09-13-21-04-23.bpo-34672.BYuKKS.rst b/Misc/NEWS.d/next/Library/2018-09-13-21-04-23.bpo-34672.BYuKKS.rst new file mode 100644 index 0000000..59d106b --- /dev/null +++ b/Misc/NEWS.d/next/Library/2018-09-13-21-04-23.bpo-34672.BYuKKS.rst @@ -0,0 +1,2 @@ +Add a workaround, so the ``'Z'`` :func:`time.strftime` specifier on the musl +C library can work in some cases. |