bpo-34903: Document that some strptime formats only require 1 digit (GH-14149)
For datetime.datetime.strptime(), the leading zero for some two-digit formats is optional. This adds a footnote to the strftime/strptime documentation to reflect this fact, and adds some tests to ensure that it is true. bpo-34903
M
Mike Gleen committed
6b9c204ee77a0de87d6f51a3d4547a18604cef9e
Parent: 5954334
Committed by Paul Ganssle <pganssle@users.noreply.github.com>
on 6/18/2019, 6:14:57 PM