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: docs@python, giampaolo.rodola, haypo, serhiy.storchaka
priority: normal
severity: normal
stage: needs patch
status: open
title: Wrong documented default value for timefunc parameter in 
sched.scheduler()
type: behavior
versions: Python 3.3, Python 3.4

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue16643>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to