Discussion:
couchdb-python suffers from bug in mimetypes
Joshua Bronson
2009-03-02 19:42:41 UTC
Permalink
Hey Randall,
Armin Ronacher found<http://lucumr.pocoo.org/2009/3/1/the-1000-speedup-or-the-stdlib-sucks>a
bug <http://bugs.python.org/issue5401> in python's mimetypes module. It looks
like <http://google.com/codesearch?q=%22from+mimetypes+import+guess_type%22>
couchdb-python
is affected<http://google.com/codesearch/p?hl=en#ON7sryhAAHA/trunk/couchdb/client.py&q=%22from%20mimetypes%20import%20guess_type%22>.
I've filed a bug
report<http://code.google.com/p/couchdb-python/issues/detail?id=62>.
Got a minute to commit the quick fix?

Josh

Loading...