[issue16643] Wrong documented default value for timefunc parameter in sched.scheduler()

2013-03-08 Thread Terry J. Reedy
Terry J. Reedy added the comment: I guess I should have taken the assignment before pushing ;-) -- resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker _

[issue16643] Wrong documented default value for timefunc parameter in sched.scheduler()

2013-03-08 Thread Terry J. Reedy
Terry J. Reedy added the comment: 3.3 was changed also, but with misdirected message -- assignee: docs@python -> terry.reedy nosy: +terry.reedy resolution: fixed -> stage: committed/rejected -> patch review status: closed -> open ___ Python tracker

[issue16643] Wrong documented default value for timefunc parameter in sched.scheduler()

2013-03-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset ca56baa46d35 by Terry Jan Reedy in branch 'default': Merge: closes issue 16643 (not 2 as in last commit message) http://hg.python.org/cpython/rev/ca56baa46d35 -- nosy: +python-dev resolution: -> fixed stage: patch review -> committed/re

[issue16643] Wrong documented default value for timefunc parameter in sched.scheduler()

2013-02-03 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- stage: needs patch -> patch review ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue16643] Wrong documented default value for timefunc parameter in sched.scheduler()

2013-02-03 Thread Ramchandra Apte
Ramchandra Apte added the comment: Here's a patch. -- keywords: +patch nosy: +ramchandra.apte Added file: http://bugs.python.org/file28943/issue16643.patch ___ Python tracker ___

[issue16643] Wrong documented default value for timefunc parameter in sched.scheduler()

2013-01-15 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- keywords: +easy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.py

[issue16643] Wrong documented default value for timefunc parameter in sched.scheduler()

2012-12-08 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: sched.scheduler() prefers to use time.monotonic as a default value for timefunc parameter, and time.time used only as a fallback. But time.time documented as a default value. -- assignee: docs@python components: Documentation messages: 177155 nosy: