Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

gh-80480: Emit DeprecationWarning for array's 'u' type code#95760

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
hugovk merged 14 commits intopython:mainfromhugovk:80480-deprecate-array-u
Jun 11, 2023
Merged
Changes from1 commit
Commits
Show all changes
14 commits
Select commitHold shift + click to select a range
7b020ce
gh-80480 Emit DeprecationWarning for array's 'u' type code
hugovkAug 7, 2022
19ed73c
gh-80480: Simplify test
hugovkAug 14, 2022
409468c
Merge branch 'main' into 80480-deprecate-array-u
hugovkMay 23, 2023
2fb57bc
Bump removal for Python 3.15
hugovkMay 23, 2023
91e75ec
Merge remote-tracking branch 'upstream/main' into 80480-deprecate-arr…
hugovkJun 4, 2023
115afcc
Merge remote-tracking branch 'upstream/main' into 80480-deprecate-arr…
hugovkJun 4, 2023
c9637c9
Bump removal for Python 3.16
hugovkJun 4, 2023
a0f256c
Remove duplicate entry
hugovkJun 4, 2023
dc167af
Add 'w' typecode to test
hugovkJun 5, 2023
5956887
Suggest 'w' as a replacement
hugovkJun 6, 2023
e3b96bb
Move warning after audit
hugovkJun 6, 2023
8a0c728
Remove unrelated
hugovkJun 6, 2023
6e7bff6
Move 'u' test to own method
hugovkJun 6, 2023
f480c58
Remove subsection titles, they're for deprecations from earlier releases
hugovkJun 7, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
Remove unrelated
  • Loading branch information
@hugovk
hugovk committedJun 6, 2023
commit8a0c72828e0051d74a41392f589dac2191754ca1
2 changes: 1 addition & 1 deletionDoc/whatsnew/3.12.rst
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -1113,7 +1113,7 @@ Pending Removal in Python 3.14
:exc:`DeprecationWarning` to be emitted when it is used.

* Creating immutable types (:data:`Py_TPFLAGS_IMMUTABLETYPE`) with mutable
bases using the C API (:gh:`95388`).
bases using the C API.

* Deprecated the *isdst* parameter in :func:`email.utils.localtime`.
(Contributed by Alan Williams in :gh:`72346`.)
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp