Message287860
| Author | ronaldoussoren |
|---|---|
| Recipients | David Wilemski, berker.peksag, docs@python, georg.brandl, ned.deily, rhettinger, ronaldoussoren, serhiy.storchaka |
| Date | 2017-02-15.15:38:54 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1487173134.73.0.46858299884.issue29557@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I think the comment about needing translation on non-mac systems is incorrect. Binhex is (or rather was) a textual encoding for binary files used on classic MacOS. The encoded file is more likely to be binary data than a text file and replacing b'\r' by the line ending of the current platform could well corrupt that data. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-02-15 15:38:54 | ronaldoussoren | set | recipients: + ronaldoussoren, georg.brandl, rhettinger, ned.deily, docs@python, berker.peksag, serhiy.storchaka, David Wilemski |
| 2017-02-15 15:38:54 | ronaldoussoren | set | messageid: <1487173134.73.0.46858299884.issue29557@psf.upfronthosting.co.za> |
| 2017-02-15 15:38:54 | ronaldoussoren | link | issue29557 messages |
| 2017-02-15 15:38:54 | ronaldoussoren | create | |