summaryrefslogtreecommitdiff
path: root/src/mailman/core/switchboard.py
diff options
context:
space:
mode:
authorBarry Warsaw2011-11-02 15:41:39 -0400
committerBarry Warsaw2011-11-02 15:41:39 -0400
commitf48ca2a1aa74a1b0fe14003d9ceb37e146b46738 (patch)
tree3df8d993612a41064d8a69b7de831bff2f57ff8e /src/mailman/core/switchboard.py
parentf8456fef792eaa7b36a5b04072c5ad15d5fb6d48 (diff)
downloadmailman-f48ca2a1aa74a1b0fe14003d9ceb37e146b46738.tar.gz
mailman-f48ca2a1aa74a1b0fe14003d9ceb37e146b46738.tar.zst
mailman-f48ca2a1aa74a1b0fe14003d9ceb37e146b46738.zip
Diffstat (limited to 'src/mailman/core/switchboard.py')
-rw-r--r--src/mailman/core/switchboard.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mailman/core/switchboard.py b/src/mailman/core/switchboard.py
index 4c7b31a67..8f5dcabea 100644
--- a/src/mailman/core/switchboard.py
+++ b/src/mailman/core/switchboard.py
@@ -15,7 +15,7 @@
# You should have received a copy of the GNU General Public License along with
# GNU Mailman. If not, see <http://www.gnu.org/licenses/>.
-"""Queing and dequeuing message/metadata pickle files.
+"""Queuing and dequeuing message/metadata pickle files.
Messages are represented as email.message.Message objects (or an instance ofa
subclass). Metadata is represented as a Python dictionary. For every
@@ -49,7 +49,7 @@ from mailman.utilities.filesystem import makedirs
from mailman.utilities.string import expand
-# 20 bytes of all bits set, maximum hashlib.sha.digest() value
+# 20 bytes of all bits set, maximum hashlib.sha.digest() value.
shamax = 0xffffffffffffffffffffffffffffffffffffffffL
# Small increment to add to time in case two entries have the same time. This
# prevents skipping one of two entries with the same time until the next pass.