]> granicus.if.org Git - python/commit
SF Patch #103225 by Ping: httplib: smallest Python patch ever
authorGuido van Rossum <guido@python.org>
Sat, 13 Jan 2001 16:55:33 +0000 (16:55 +0000)
committerGuido van Rossum <guido@python.org>
Sat, 13 Jan 2001 16:55:33 +0000 (16:55 +0000)
commitb2825205a28e743a10574d4b8df84241d98650ae
tree3f31373e9d4da9b5cfdb3a1a49b2e21482a87e22
parentf6f3a89fbd8b636da584ff7983e7b4fccfb13759
SF Patch #103225 by Ping: httplib: smallest Python patch ever

  The ASCII-art diagram at the top of httplib contains a backslash at
  the end of a line, which causes Python to remove the newline. This
  one-character patch adds a space after the backslash so it will
  appear at the end of the line in the docstring as intended.
Lib/httplib.py