Changes between Initial Version and Version 4 of Ticket #2482


Ignore:
Timestamp:
Jun 14, 2009, 11:45:20 AM (15 years ago)
Author:
osimons
Comment:

t2482-line_endings-r6050.diff standardizes line-endings on input to the as same received by web input. xmlrpclib.loads() will convert any \r\n received by clients to \n, and same with dump() that also standardizes on \n for all output.

Converting only on input seems to catch all relevant use-cases for any argument and method, and it seems to work OK in my limited testing. Further testing and feedback welcome :-)

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2482

    • Property Cc osimons added; anonymous removed
    • Property Owner changed from Alec Thomas to osimons
    • Property Summary changed from updating description causes conversion of line endings to [patch] updating description causes conversion of line endings
    • Property Priority changed from normal to highest