mirror of
https://github.com/python/cpython.git
synced 2026-01-08 00:12:42 +00:00
[3.13] gh-123017: Add Android to the list of platforms where strftime doesn't support negative years (GH-124467) (#124674)
gh-123017: Add Android to the list of platforms where `strftime` doesn't support negative years (GH-124467)
Add Android to the list of platforms where `strftime` doesn't support negative years
(cherry picked from commit 0a3577bdfc)
Co-authored-by: Malcolm Smith <smith@chaquo.com>
This commit is contained in:
parent
0c6ddadbc4
commit
8169d2971f
3 changed files with 9 additions and 3 deletions
|
|
@ -0,0 +1,2 @@
|
|||
Due to unreliable results on some devices, :func:`time.strftime` no longer
|
||||
accepts negative years on Android.
|
||||
Loading…
Add table
Add a link
Reference in a new issue