[issue6325] robotparser doesn't handle URL's with query strings

2010-07-26 Thread Michael Stephens
Michael Stephens michaelj...@gmail.com 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 rep...@bugs.python.org http

[issue7699] strptime, strftime documentation

2010-01-13 Thread Michael Stephens
New submission from Michael Stephens m...@mikej.st: 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

[issue7699] strptime, strftime documentation

2010-01-13 Thread Michael Stephens
Michael Stephens m...@mikej.st 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 I've updated the patch to change that to '1

[issue7685] minor typo in re docs

2010-01-12 Thread Michael Stephens
New submission from Michael Stephens m...@mikej.st: 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 keywords: patch messages