Issue37320
Created on 2019-06-17 19:54 by vstinner, last changed 2022-04-11 14:59 by admin. This issue is now closed.
| Pull Requests | |||
|---|---|---|---|
| URL | Status | Linked | Edit |
| PR 14169 | merged | vstinner, 2019-06-17 20:11 | |
| Messages (4) | |||
|---|---|---|---|
| msg345894 - (view) | Author: STINNER Victor (vstinner) * | Date: 2019-06-17 19:54 | |
The openfp() function of aifc, sunau, wave is an alias to the open() function of each module and is deprecated since Python 3.7. Attached PR removes it. |
|||
| msg345897 - (view) | Author: STINNER Victor (vstinner) * | Date: 2019-06-17 20:13 | |
openfp() functions were deprecated by bpo-31985. |
|||
| msg345924 - (view) | Author: STINNER Victor (vstinner) * | Date: 2019-06-17 22:00 | |
New changeset ac7b1a3f32cc81520e8962352294006d65744028 by Victor Stinner in branch 'master': bpo-37320: Remove openfp() of aifc, sunau and wave (GH-14169) https://github.com/python/cpython/commit/ac7b1a3f32cc81520e8962352294006d65744028 |
|||
| msg345925 - (view) | Author: STINNER Victor (vstinner) * | Date: 2019-06-17 22:01 | |
If your code uses openfp(): just use open() instead ;-) |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:59:16 | admin | set | github: 81501 |
| 2019-06-17 22:01:18 | vstinner | set | status: open -> closed resolution: fixed messages: + msg345925 stage: patch review -> resolved |
| 2019-06-17 22:00:29 | vstinner | set | messages: + msg345924 |
| 2019-06-17 20:13:34 | vstinner | set | messages: + msg345897 |
| 2019-06-17 20:11:26 | vstinner | set | keywords:
+ patch stage: patch review pull_requests: + pull_request14011 |
| 2019-06-17 19:54:46 | vstinner | create | |