Opened 16 years ago

Closed 16 years ago

#7638 closed (fixed)

Small typo in docs/upload_handling.txt

Reported by: Horst Gutmann <zerok@…> 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)

upload_handling.txt.diff (661 bytes ) - added by Horst Gutmann <zerok@…> 16 years ago.

Download all attachments as: .zip

Change History (4)

by Horst Gutmann <zerok@…>, 16 years ago

Attachment: upload_handling.txt.diff added

comment:1 by Josh Rosen, 16 years ago

Has patch: set

comment:2 by Jacob, 16 years ago

Owner: changed from nobody to Jacob
Status: newassigned

chunk/chunks() was fixed in [7859].

comment:3 by Jacob, 16 years ago

Resolution: fixed
Status: assignedclosed

(In [7862]) Fixed #7638, a small typo in uploading files docs. Thanks, Horst Gutmann.

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