bpo-35066: Make trailing percent test more portable. (GH-15907)
Different libc implementations have different behavior when presented with trailing % in strftime strings. To make test_strftime_trailing_percent more portable, compare the output of datetime.strftime directly to that of time.strftime rather than hardcoding.
B
Benjamin Peterson committed
f2173ae38fa49235c3cdc28ae2ca2e19a375a596
Parent: c374474
Committed by GitHub <noreply@github.com>
on 9/11/2019, 10:50:38 AM