Opened 16 years ago

Closed 16 years ago

Last modified 13 years ago

#8656 closed (fixed)

Document how iteration works for UploadFile

Reported by: Malcolm Tredinnick Owned by: nobody
Component: Documentation Version: dev
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Iterating over an UploadFile instance splits lines on \n only (we don't know the native line-ending of the sending system and we also use StringIO internally). This should be documented.

Change History (2)

comment:1 by Jacob, 16 years ago

Resolution: fixed
Status: newclosed

Fixed in [8685].

comment:2 by Jacob, 13 years ago

milestone: 1.0

Milestone 1.0 deleted

Note: See TracTickets for help on using tickets.
Back to Top