Skip to content

Commit b4ec5f8

Browse files
Update Lib/test/test_strptime.py
Remove extra comments Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
1 parent ff10b73 commit b4ec5f8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/test/test_strptime.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,6 @@ def test_mar1_comes_after_feb29_even_when_omitting_the_year(self):
650650
time.strptime("Mar 1", "%b %d"))
651651

652652
def test_shorthand_year_month_day(self):
653-
# Test that token '%F' is equivalent to '%Y-%m-%d'
654653
formats = dict(short="%F",long="%Y-%m-%d")
655654
test_date = "2025-10-26"
656655
shorthand = time.strptime(test_date,formats["short"])

0 commit comments

Comments
 (0)