This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author tleeuwenburg@gmail.com
Recipients LambertDW, exarkun, rhettinger, tleeuwenburg@gmail.com
Date 2009-03-06.00:22:55
SpamBayes Score 3.1414956e-07
Marked as misclassified No
Message-id <1236298979.33.0.692730392234.issue5420@psf.upfronthosting.co.za>
In-reply-to
Content
Patch covering all files in a single patch.
  * Updated warning message
  * Updated multiprocessing tests to avoid calls to empty and full
  * Placed deprecation warning in multiprocessing methods
  * Update wsgui to avoid deprecated calls

Issues:
  * Noticed no warnings raised as a result of changes to
multiprocessing: ergo multiprocessing.queue empty() and full() methods
are not currently getting test coverage
  * No obvious test rig for wsgui, so code is completely untested (!),
but I figured someone closer to wsgui could at least have my code for
reference, so included in the patch
History
Date User Action Args
2009-03-06 00:22:59tleeuwenburg@gmail.comsetrecipients: + tleeuwenburg@gmail.com, rhettinger, exarkun, LambertDW
2009-03-06 00:22:59tleeuwenburg@gmail.comsetmessageid: <1236298979.33.0.692730392234.issue5420@psf.upfronthosting.co.za>
2009-03-06 00:22:58tleeuwenburg@gmail.comlinkissue5420 messages
2009-03-06 00:22:57tleeuwenburg@gmail.comcreate