Skip to content
Merged
Changes from 1 commit
Commits
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
Prev Previous commit
Next Next commit
Suggest 'w' as a replacement
  • Loading branch information
hugovk committed Jun 6, 2023
commit 5956887b33e788cf55ca98a6024e010024ce860c
1 change: 1 addition & 0 deletions Doc/whatsnew/3.13.rst
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ Pending Removal in Python 3.16
* :mod:`array`'s ``'u'`` format code, deprecated in docs since Python 3.3,
emits :exc:`DeprecationWarning` since 3.13
and will be removed in Python 3.16.
Comment thread
hugovk marked this conversation as resolved.
Use the ``'w'`` format code instead.
(contributed by Hugo van Kemenade in :gh:`80480`)

Removed
Expand Down