Skip to content

Commit 719e0e2

Browse files
committed
Make NEWS more concise
1 parent a3fdab5 commit 719e0e2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
The empty instances of :func:`bytearray` and :func:`array.array` now produce
2-
buffers that are aligned for any data type. This is a convenience for
3-
interoperation with other languages.
1+
:func:`bytearray` and :func:`array.array` now default to aligned buffers when
2+
empty. Unaligned buffers can still be created by slicing.

0 commit comments

Comments
 (0)