From: Eli Bendersky Date: Sun, 17 Jul 2011 02:54:06 +0000 (+0300) Subject: Issue #12574: correct capitalization of the Queue module. Patch by Rafe Kettler X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=877f2e4530a3b9ce87b421f98141f04fa1145c7e;p=python Issue #12574: correct capitalization of the Queue module. Patch by Rafe Kettler --- diff --git a/Doc/library/queue.rst b/Doc/library/queue.rst index a471bb09a1..654f07a7ac 100644 --- a/Doc/library/queue.rst +++ b/Doc/library/queue.rst @@ -1,4 +1,4 @@ -:mod:`queue` --- A synchronized queue class +:mod:`Queue` --- A synchronized queue class =========================================== .. module:: Queue @@ -26,7 +26,7 @@ lowest valued entry is retrieved first. .. seealso:: - Latest version of the `queue module Python source code + Latest version of the `Queue module Python source code `_. The :mod:`Queue` module defines the following classes and exceptions: diff --git a/Misc/ACKS b/Misc/ACKS index f7f5a34a5d..65490db296 100644 --- a/Misc/ACKS +++ b/Misc/ACKS @@ -432,6 +432,7 @@ Robert Kern Randall Kern Magnus Kessler Lawrence Kesteloot +Rafe Kettler Vivek Khera Akira Kitada Mads Kiilerich