Ticket #6241 defect closed fixed
Documentation on twisted.web.client.FileBodyProducer.__init__()
| Reported by: | cpburnz | Owned by: | mwh |
|---|---|---|---|
| Priority: | low | Milestone: | |
| Component: | web | Keywords: | documentation |
| Cc: | jknight | Branch: | |
| Author: | Launchpad Bug: |
Description
The documentation for twisted.web.client.FileBodyProducer.__init__() indicates that the default value for readSize is 216, but in the source it is 2 ** 16 (which is 65536). This is probably related to what parses the doc-strings. Interpreting "2 ** 16" to "216" seems likely a bug with it.
Change History
Note: See
TracTickets for help on using
tickets.
