Opened 17 years ago
Closed 17 years ago
#7638 closed (fixed)
Small typo in docs/upload_handling.txt
| Reported by: | Owned by: | Jacob | |
|---|---|---|---|
| Component: | Documentation | Version: | dev |
| Severity: | Keywords: | UploadedFile, upload_handling, documentation, example | |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
In den code example after the first part of the API documentation, the loop uses a chunks() method, which doesn't exists. Also the destination filehandler was opened with "wb" instead of "wb+", which would IMO make more sense in an uploader-example.
Attachments (1)
Change History (4)
by , 17 years ago
| Attachment: | upload_handling.txt.diff added |
|---|
comment:1 by , 17 years ago
| Has patch: | set |
|---|
comment:2 by , 17 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:3 by , 17 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
chunk/chunks() was fixed in [7859].