Files
cpython/Lib
Barry Warsaw 7aeac9180e Anthony Baxter's cleanup patch. Python project SF patch # 583190,
quoting:

  in non-strict mode, messages don't require a blank line at the end
  with a missing end-terminator. A single newline is sufficient now.

  Handle trailing whitespace at the end of a boundary. Had to switch
  from using string.split() to re.split()

  Handle whitespace on the end of a parameter list for Content-type.

  Handle whitespace on the end of a plain content-type header.

Specifically,

get_type(): Strip the content type string.

_get_params_preserve(): Strip the parameter names and values on both
sides.

_parsebody(): Lots of changes as described above, with some stylistic
changes by Barry (who hopefully didn't screw things up ;).
2002-07-18 23:09:09 +00:00
..
2002-07-18 19:48:46 +00:00
2002-06-11 06:22:31 +00:00
2002-03-17 21:49:20 +00:00
2001-12-22 15:23:50 +00:00
2002-02-11 17:56:27 +00:00
2002-06-13 17:59:51 +00:00
2002-07-16 21:35:23 +00:00
2002-06-01 01:29:16 +00:00
2002-07-16 21:35:23 +00:00
2002-06-01 16:07:16 +00:00
2002-06-01 16:07:16 +00:00
2002-05-23 23:58:17 +00:00
2002-04-16 01:38:40 +00:00
2002-07-16 21:35:23 +00:00
2002-06-02 00:40:05 +00:00
2002-06-02 00:40:05 +00:00
2002-07-16 21:35:23 +00:00
2002-02-08 20:41:34 +00:00
2002-05-23 15:15:30 +00:00
2002-05-31 14:15:11 +00:00
2002-07-16 21:35:23 +00:00
2002-03-18 13:06:00 +00:00
2002-04-13 14:03:38 +00:00
2002-05-20 14:48:16 +00:00
2002-07-16 21:35:23 +00:00