New submission from Ian Davis :
The mimetypes module does not respond with "text/csv" for files that end in
".csv", and I think it should :) For goodness sake,
"text/tab-delimited-values" is in there as ".tsv", and that seems much less
used (to m
New submission from Ian Davis :
I'm trying to parallelize some scientific computing jobs using
multiprocessing.Pool. I've also tried rolling my own Pool equivalent using
Queues. In trying to return very large result objects from Pool.map()/imap()
or via Queue.put(), I'