multipart icon indicating copy to clipboard operation
multipart copied to clipboard

MultipartPart() and __str__()

Open defnull opened this issue 15 years ago • 1 comments

MultipartPart() instances should be usable as strings but throw an exception if they are to big to fit into memory.

defnull avatar Jul 04 '10 14:07 defnull

MultipartPart is not aware of a mem_limit. It sure has a memfile_limit, but that's about it. (The disk_limit and mem_limit is enforced by MultipartParser.) MultipartPart has a value function (!), not a value property (anymore -- I changed this recently).

wobsta avatar Jul 05 '10 22:07 wobsta