]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
The doc string for strptime had the arguments reversed -- the string
authorGuido van Rossum <guido@python.org>
Thu, 7 Jan 1999 18:29:26 +0000 (18:29 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 7 Jan 1999 18:29:26 +0000 (18:29 +0000)
commit446ccfe1ac97f5dc05a0ba89fc0a912981235099
treec25b4e1baafecdd3a6143475edca03a1e7b03f73
parentc7dd3e11dab80bc608d100c5bd475e8d5da307d4
The doc string for strptime had the arguments reversed -- the string
comes first, the format second!  Scott Cotton discovered this.
Modules/timemodule.c