8000 gh-122085: Use include files for C API deprecations by AA-Turner · Pull Request #109843 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-122085: Use include files for C API deprecations #109843

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Jul 29, 2024
Prev Previous commit
Next Next commit
Fix title level
  • Loading branch information
AA-Turner committed Jul 27, 2024
commit 54903df6dd46bc961fb1a32e4cfcc19b4bb04ca1
2 changes: 1 addition & 1 deletion Doc/whatsnew/3.14.rst
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ pathlib
arguments are joined onto *other*.

pty
___
---

* Remove deprecated :func:`!pty.master_open` and :func:`!pty.slave_open`.
They had previously raised a :exc:`DeprecationWarning` since Python 3.12.
Expand Down
Loading
0