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 Walter.Woods
Recipients Walter.Woods, orsenthil, r.david.murray
Date 2010-04-29.21:20:03
SpamBayes Score 5.915067e-05
Marked as misclassified No
Message-id <1272576004.31.0.53610443176.issue8572@psf.upfronthosting.co.za>
In-reply-to
Content
Little more info:

The actual snippet from couchdb-python is:

  if int(resp.getheader('content-length', sys.maxsize)) < CHUNK_SIZE:

Which should be valid python . . . calling int() on an integer should work, and calling int() on a string expected to be an integer should work.
History
Date User Action Args
2010-04-29 21:20:04Walter.Woodssetrecipients: + Walter.Woods, orsenthil, r.david.murray
2010-04-29 21:20:04Walter.Woodssetmessageid: <1272576004.31.0.53610443176.issue8572@psf.upfronthosting.co.za>
2010-04-29 21:20:03Walter.Woodslinkissue8572 messages
2010-04-29 21:20:03Walter.Woodscreate