Code review comment for lp://qastaging/~vds/desktopcouch/again_python_couchdb

Revision history for this message
Chad Miller (cmiller) wrote :

98 +"""This modules olds some code

?

244 + if isinstance(body, str):

Should this be basestr instead of str? I don't know if Unicode should ever be sent as body, but if it is, should it be treated as a file in "else"?

« Back to merge proposal