Issue34108
Created on 2018-07-13 12:31 by jaraco, last changed 2022-04-11 14:59 by admin. This issue is now closed.
| Pull Requests | |||
|---|---|---|---|
| URL | Status | Linked | Edit |
| PR 8271 | merged | jaraco, 2018-07-13 12:35 | |
| PR 8275 | merged | miss-islington, 2018-07-13 15:27 | |
| Messages (4) | |||
|---|---|---|---|
| msg321599 - (view) | Author: Jason R. Coombs (jaraco) * | Date: 2018-07-13 12:31 | |
In issue11594, we attempted to solve the newlines issue but inadvertently introduced extraneous CR before CRLF newlines when running on Windows. See https://github.com/python/cpython/pull/6483#issuecomment-401957049 for more details. |
|||
| msg321615 - (view) | Author: Jason R. Coombs (jaraco) * | Date: 2018-07-13 14:17 | |
The regression never got to 3.6, so this issue likely only affects 3.7+. |
|||
| msg321619 - (view) | Author: Jason R. Coombs (jaraco) * | Date: 2018-07-13 15:26 | |
New changeset cafaf0447b950fd4f59edd8cbde040c61ae528f8 by Jason R. Coombs in branch 'master': bpo-34108: Fix double carriage return in 2to3 on Windows (#8271) https://github.com/python/cpython/commit/cafaf0447b950fd4f59edd8cbde040c61ae528f8 |
|||
| msg321629 - (view) | Author: Jason R. Coombs (jaraco) * | Date: 2018-07-13 19:24 | |
New changeset cf21d0031dd84544d4108765553c2b03dfe726c5 by Jason R. Coombs (Miss Islington (bot)) in branch '3.7': bpo-34108: Fix double carriage return in 2to3 on Windows (GH-8271) (#8275) https://github.com/python/cpython/commit/cf21d0031dd84544d4108765553c2b03dfe726c5 |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:59:03 | admin | set | github: 78289 |
| 2019-10-08 14:54:16 | mark.dickinson | link | issue36075 superseder |
| 2018-07-13 19:25:33 | jaraco | set | status: open -> closed resolution: fixed stage: patch review -> resolved |
| 2018-07-13 19:24:21 | jaraco | set | messages: + msg321629 |
| 2018-07-13 15:27:22 | miss-islington | set | pull_requests: + pull_request7811 |
| 2018-07-13 15:26:06 | jaraco | set | messages: + msg321619 |
| 2018-07-13 14:17:24 | jaraco | set | messages:
+ msg321615 versions: - Python 3.6 |
| 2018-07-13 12:35:37 | jaraco | set | keywords:
+ patch stage: commit review -> patch review pull_requests: + pull_request7806 |
| 2018-07-13 12:31:21 | jaraco | create | |