File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -259,7 +259,7 @@ Notes:
259
259
called to convert the argument to an integer before packing.
260
260
261
261
.. versionchanged :: 3.2
262
- Use of the :meth: `__index__ ` method for non-integers is new in 3.2 .
262
+ Added use of the :meth: `__index__ ` method for non-integers.
263
263
264
264
(3)
265
265
The ``'n' `` and ``'N' `` conversion codes are only available for the native
@@ -312,7 +312,7 @@ When packing a value ``x`` using one of the integer formats (``'b'``,
312
312
then :exc: `struct.error ` is raised.
313
313
314
314
.. versionchanged :: 3.1
315
- In 3.0 , some of the integer formats wrapped out-of-range values and
315
+ Previously , some of the integer formats wrapped out-of-range values and
316
316
raised :exc: `DeprecationWarning ` instead of :exc: `struct.error `.
317
317
318
318
The ``'p' `` format character encodes a "Pascal string", meaning a short
You can’t perform that action at this time.
0 commit comments