commit | 61e9b35e910c57ebf1c3f30f5de05ff7fa327dab | [log] [tgz] |
---|---|---|
author | Jesse Noller <jnoller@gmail.com> | Tue Mar 31 03:35:12 2009 +0000 |
committer | Jesse Noller <jnoller@gmail.com> | Tue Mar 31 03:35:12 2009 +0000 |
tree | f8c7566e845d7766fb597ce9cbc92ecd3e5f0036 | |
parent | f0d21c751b306e3192ddc81dfd28e74b8816e57b [diff] [blame] |
merge 70792 to 26 maint
diff --git a/Lib/multiprocessing/queues.py b/Lib/multiprocessing/queues.py index bfb5f09..fa8a13a 100644 --- a/Lib/multiprocessing/queues.py +++ b/Lib/multiprocessing/queues.py
@@ -6,7 +6,7 @@ # Copyright (c) 2006-2008, R Oudkerk --- see COPYING.txt # -__all__ = ['Queue', 'SimpleQueue'] +__all__ = ['Queue', 'SimpleQueue', 'JoinableQueue'] import sys import os