##// END OF EJS Templates
setup: link osutil.so to libsocket on Solaris/illumos (issue6299)
setup: link osutil.so to libsocket on Solaris/illumos (issue6299)

File last commit:

r44885:a1908951 default
r45199:53949075 stable
Show More
unwrap-message-id.py
6 lines | 148 B | text/x-python | PythonLexer
/ tests / unwrap-message-id.py
Denis Laxalde
tests: handle Message-Id email header possible wrapping...
r43642 from __future__ import absolute_import, print_function
import re
import sys
print(re.sub(r"(?<=Message-Id:) \n ", " ", sys.stdin.read()), end="")