[issue7685] minor typo in re docs
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 keywords: patch messages: 97662 nosy: georg.brandl, mikejs severity: normal status: open title: minor typo in re docs versions: Python 2.7 Added file: http://bugs.python.org/file15844/malcolm_typo.diff ___ Python tracker <http://bugs.python.org/issue7685> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue7699] strptime, strftime documentation
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 docs for the datetime.{datetime,date,time}.strftime methods, on the other hand, reference the 'strftime Behavior' section of the datetime module docs to explain the behavior of the format string. This section even notes the differences between strptime and strftime behavior. I've tried to clear this up a little bit by renaming this section 'strftime and strptime Behavior' and referencing it from the datetime.datetime.strptime docs. -- assignee: georg.brandl components: Documentation files: strptime.diff keywords: patch messages: 97748 nosy: georg.brandl, mikejs severity: normal status: open title: strptime, strftime documentation versions: Python 2.7 Added file: http://bugs.python.org/file15866/strptime.diff ___ Python tracker <http://bugs.python.org/issue7699> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue7699] strptime, strftime documentation
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 I've updated the patch to change that to '1'. -- Added file: http://bugs.python.org/file15868/strptime.diff ___ Python tracker <http://bugs.python.org/issue7699> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue6325] robotparser doesn't handle URL's with query strings
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/issue6325> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com