Alexander Belopolsky <belopol...@users.sourceforge.net> added the comment:
Please see fixes in issue8899.diff. * Quite a few lines are pretty long. Please stay below 80 chars/line. Fixed. * There are trailing spaces in two member docs. Fixed. * The range notation is inconsistent. [first, last] or [first, last+1) is what we generally use. Fixed in docstrings and time.rst. * "if cannot be determined" does not sound grammatical, maybe just "unknown" is better. Fixed. POSIX spec uses "if the information is not available", but I like * Between "strftime()" and "may be considered" the sentence should be split. Fixed in docstrings and time.rst. ---------- Added file: http://bugs.python.org/file17557/issue8899.diff _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue8899> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com