diff options
author | Brett Cannon <bcannon@gmail.com> | 2007-11-21 00:47:36 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2007-11-21 00:47:36 (GMT) |
commit | 43e53f85b6f5e77a2f09cbda5833ffba5fbbdb2a (patch) | |
tree | 369e908698ea14e519aa00e646e912a7c22d391e /Lib/urlparse.py | |
parent | 901071bde5eda2189cd396095bbb8934d4fa66b3 (diff) | |
download | cpython-43e53f85b6f5e77a2f09cbda5833ffba5fbbdb2a.zip cpython-43e53f85b6f5e77a2f09cbda5833ffba5fbbdb2a.tar.gz cpython-43e53f85b6f5e77a2f09cbda5833ffba5fbbdb2a.tar.bz2 |
doctest assumed that a package's __loader__.get_data() method used universal
newlines; it doesn't. To rectify this the string returned replaces all
instances of os.linesep with '\n' to fake universal newline support.
Backport candidate.
Diffstat (limited to 'Lib/urlparse.py')
0 files changed, 0 insertions, 0 deletions