Message 389879 - Python tracker
Message389879
| Author | vstinner |
|---|---|
| Recipients | eryksun, methane, vstinner |
| Date | 2021-03-31.09:30:53 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1617183053.61.0.856018243719.issue43510@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
To me, it sounds really weird to accept an encoding when a file is opened in binary mode. open(filename, "rb", encoding="locale") looks like a bug. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2021-03-31 09:30:53 | vstinner | set | recipients: + vstinner, methane, eryksun |
| 2021-03-31 09:30:53 | vstinner | set | messageid: <1617183053.61.0.856018243719.issue43510@roundup.psfhosted.org> |
| 2021-03-31 09:30:53 | vstinner | link | issue43510 messages |
| 2021-03-31 09:30:53 | vstinner | create | |