Michael Stephens added the comment:
Supplied patch matches rules with query params.
--
keywords: +patch
nosy: +mikejs
Added file: http://bugs.python.org/file18218/6325.diff
___
Python tracker
<http://bugs.python.org/issue6
Michael Stephens added the comment:
I think it's referring to:
>>> datetime.time(10, 34, 6).strftime("%Y-%m-%d %H:%M:%S")
'1900-01-01 10:34:06'
and thus still applies. It is wrong about month and day being replaced by '0',
however, and
New submission from Michael Stephens :
The documentation for strftime and strptime behavior strikes me as a bit
jumbled right now. The behavior of datetime.datetime.strptime is explained by a
reference to time.strptime, which in turn references time.strftime to explain
the format string.
The
New submission from Michael Stephens :
Just something small that bothers me whenever I'm in the re docs - his name's
spelled 'Malcolm Reynolds', not 'Malcom Reynolds' ;)
--
assignee: georg.brandl
components: Documentation
files: malcolm_typo.diff
keywor