Re: [Python-Dev] cpython (2.7): - Issue #12603: Fix pydoc.synopsis() on files with non-negative st_mtime.
July 27, 2011
8:36 p.m.
On Wed, 27 Jul 2011 19:36:36 +0200 charles-francois.natali <python-checkins@python.org> wrote:
+- Issue #12603: Fix pydoc.synopsis() on files with non-negative st_mtime. +
Surely you mean non-positive? Non-negative st_mtime being the common case. Regards Antoine.
July 2011
8:55 p.m.
New subject: cpython (2.7): - Issue #12603: Fix pydoc.synopsis() on files with non-negative st_mtime.
+- Issue #12603: Fix pydoc.synopsis() on files with non-negative st_mtime. +
Surely you mean non-positive? Non-negative st_mtime being the common case.
Of course (st_mtime <= 0).
5373
Age (days ago)
5373
Last active (days ago)
1 comments
2 participants
participants (2)
-
Antoine Pitrou -
Charles-François Natali