Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9121088

Browse files
andresdelfinoJulienPalard
authored andcommitted
bpo-33602: Doc: Remove set and queue references from Data Types (GH-7055)
1 parent b6dafe5 commit 9121088

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Doc/library/datatypes.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,14 @@ Data Types
55
**********
66

77
The modules described in this chapter provide a variety of specialized data
8-
types such as dates and times, fixed-type arrays, heap queues, synchronized
9-
queues, and sets.
8+
types such as dates and times, fixed-type arrays, heap queues, double-ended
9+
queues, and enumerations.
1010

1111
Python also provides some built-in data types, in particular,
1212
:class:`dict`, :class:`list`, :class:`set` and :class:`frozenset`, and
1313
:class:`tuple`. The :class:`str` class is used to hold
14-
Unicode strings, and the :class:`bytes` class is used to hold binary data.
14+
Unicode strings, and the :class:`bytes` and :class:`bytearray` classes are used
15+
to hold binary data.
1516

1617
The following modules are documented in this chapter:
1718

0 commit comments

Comments
 (0)