rest25/library/datatypes.rst => rest262/library/datatypes.rst
3
4**********
5Data Types
6**********
7
8The modules described in this chapter provide a variety of specialized data
9types such as dates and times, fixed-type arrays, heap queues, synchronized
10queues, and sets.
t11+ 
12+Python also provides some built-in data types, in particular,
13+:class:`dict`, :class:`list`, :class:`set` (which along with
14+:class:`frozenset`, replaces the deprecated :mod:`sets` module), and
15+:class:`tuple`. The :class:`str` class can be used to handle binary data
16+and 8-bit text, and the :class:`unicode` class to handle Unicode text.
11
12The following modules are documented in this chapter:
13
14
15.. toctree::
16
17   datetime.rst
18   calendar.rst
Legends
Colors
 Added 
Changed
Deleted
Links
(f)irst change
(n)ext change
(t)op