Message145533
| Author | eric.araujo |
|---|---|
| Recipients | alexis, eric.araujo, paul.moore, tarek |
| Date | 2011-10-14.15:27:30 |
| SpamBayes Score | 2.3367642e-05 |
| Marked as misclassified | No |
| Message-id | <1318606051.68.0.877908758947.issue13175@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
packaging.util creates a RECORD file with OS-specific line endings and csv.writerow; packaging.command.install_distinfo uses LF everywhere and csv.writerow. I’m not sure this is related to binary vs. text I/O; maybe it’s some other code like the RESOURCES system that’s giving lines with endings to install_distinfo, which then adds CRLF. Do you have a RECORD file to upload for inspection? |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2011-10-14 15:27:31 | eric.araujo | set | recipients: + eric.araujo, paul.moore, tarek, alexis |
| 2011-10-14 15:27:31 | eric.araujo | set | messageid: <1318606051.68.0.877908758947.issue13175@psf.upfronthosting.co.za> |
| 2011-10-14 15:27:31 | eric.araujo | link | issue13175 messages |
| 2011-10-14 15:27:30 | eric.araujo | create | |