mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
remove some old versionchanged and versionadded directives
This commit is contained in:
parent
3513358e11
commit
35e8c46534
30 changed files with 8 additions and 147 deletions
|
@ -37,8 +37,6 @@ The :mod:`Queue` module defines the following classes and exceptions:
|
|||
block once this size has been reached, until queue items are consumed. If
|
||||
*maxsize* is less than or equal to zero, the queue size is infinite.
|
||||
|
||||
.. versionadded:: 2.6
|
||||
|
||||
|
||||
.. class:: PriorityQueue(maxsize)
|
||||
|
||||
|
@ -51,8 +49,6 @@ The :mod:`Queue` module defines the following classes and exceptions:
|
|||
one returned by ``sorted(list(entries))[0]``). A typical pattern for entries
|
||||
is a tuple in the form: ``(priority_number, data)``.
|
||||
|
||||
.. versionadded:: 2.6
|
||||
|
||||
|
||||
.. exception:: Empty
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue