Edgewall Software

Changes between Version 7 and Version 8 of TracDev/ApiChanges/0.12


Ignore:
Timestamp:
Sep 16, 2009, 10:30:09 PM (15 years ago)
Author:
Christian Boos
Comment:

stricter Request.write

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/ApiChanges/0.12

    v7 v8  
    104104This requires a some discipline in the coding, but the benefit is a huge performance boost for tracd, so it's well worth the price.
    105105
    106 See #8020 for details.
     106In order to make errors more immediately visible, the `Request.write` method is more strict in 0.12: it only accepts `str` data parameter, and will also raise an exception if the Content-Length header was not set prior to the call.
     107
     108See #8020 and #8675 for details.
    107109
    108110