Adjust plpython to convert \r\n and \r to \n in Python scripts,

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 35411a878b50b545d2ceaa15c11015d858c83dda
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2005-03-24T17:22:44Z
Releases: 8.0.2
Adjust plpython to convert \r\n and \r to \n in Python scripts,
per recent discussion concluding that this is the Right Thing.  Add
regression test check for this behavior.  Michael Fuhr

Files