Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
877f2e45
Commit
877f2e45
authored
Jul 17, 2011
by
Eli Bendersky
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue #12574: correct capitalization of the Queue module. Patch by Rafe Kettler
parent
304f0f95
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
Doc/library/queue.rst
Doc/library/queue.rst
+2
-2
Misc/ACKS
Misc/ACKS
+1
-0
No files found.
Doc/library/queue.rst
View file @
877f2e45
:mod:`
q
ueue` --- A synchronized queue class
:mod:`
Q
ueue` --- A synchronized queue class
===========================================
.. module:: Queue
...
...
@@ -26,7 +26,7 @@ lowest valued entry is retrieved first.
.. seealso::
Latest version of the `
q
ueue module Python source code
Latest version of the `
Q
ueue module Python source code
<http://svn.python.org/view/python/branches/release27-maint/Lib/Queue.py?view=markup>`_.
The :mod:`Queue` module defines the following classes and exceptions:
...
...
Misc/ACKS
View file @
877f2e45
...
...
@@ -432,6 +432,7 @@ Robert Kern
Randall Kern
Magnus Kessler
Lawrence Kesteloot
Rafe Kettler
Vivek Khera
Akira Kitada
Mads Kiilerich
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment