[Python-checkins] r70794 - in python/branches/py3k: Lib/multiprocessing/queues.py

jesse.noller python-checkins at python.org
Tue Mar 31 05:37:07 CEST 2009


Author: jesse.noller
Date: Tue Mar 31 05:37:07 2009
New Revision: 70794

Log:
merge 70792 to py3k

Modified:
   python/branches/py3k/   (props changed)
   python/branches/py3k/Lib/multiprocessing/queues.py

Modified: python/branches/py3k/Lib/multiprocessing/queues.py
==============================================================================
--- python/branches/py3k/Lib/multiprocessing/queues.py	(original)
+++ python/branches/py3k/Lib/multiprocessing/queues.py	Tue Mar 31 05:37:07 2009
@@ -6,7 +6,7 @@
 # Copyright (c) 2006-2008, R Oudkerk --- see COPYING.txt
 #
 
-__all__ = ['Queue', 'SimpleQueue']
+__all__ = ['Queue', 'SimpleQueue', 'JoinableQueue']
 
 import sys
 import os


More information about the Python-checkins mailing list