[Zope-dev] Image.py:File._upload_data

Chris Withers chrisw@nipltd.com
Tue, 10 Jun 2003 17:35:14 +0100


It would appear that _read_data only returns a single Pdata object if you chuck 
it a large string rather than the linked list of Pdata objects it would if you 
chucked it a FileUpload instance.

Surely it should return a linekd list of Pdata objects in either case?