#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.
Note:
See TracTickets
for help on using tickets.
Fixed in [8685].