[issue13952] mimetypes doesn't recognize .csv

2012-02-06 Thread Ian Davis
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

[issue8426] multiprocessing.Queue fails to get() very large objects

2010-04-16 Thread Ian Davis
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'