We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d6d10f commit 8fd2015Copy full SHA for 8fd2015
Lib/test/test_time.py
@@ -393,7 +393,7 @@ def test_strptime_leap_year(self):
393
# %e without a year is deprecated, scheduled for removal in 3.17.
394
with self.assertWarnsRegex(DeprecationWarning,
395
r'.*day of month without a year.*'):
396
- time.strptime('02- 7 18:28', '%m-%e %H:%M')
+ time.strptime('02-07 18:28', '%m-%e %H:%M')
397
398
def test_asctime(self):
399
time.asctime(time.gmtime(self.t))
0 commit comments