[New-bugs-announce] [issue18432] sched modules queue property should return a list, not an iterator

Raymond Hettinger report at bugs.python.org
Fri Jul 12 09:31:21 CEST 2013


New submission from Raymond Hettinger:

In Python 2, the queue attribute was a list and it is still documented that way in Python 3:  http://docs.python.org/3/library/sched.html#sched.scheduler.queue

This appears to be a mistake made during the 2-to-3 conversion.

----------
components: Library (Lib)
files: sched.diff
keywords: patch
messages: 192927
nosy: rhettinger
priority: normal
severity: normal
stage: patch review
status: open
title: sched modules queue property should return a list, not an iterator
type: behavior
versions: Python 3.3, Python 3.4
Added file: http://bugs.python.org/file30900/sched.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18432>
_______________________________________


More information about the New-bugs-announce mailing list