This file is indexed.

/usr/share/doc/python3.2/html/contents.html is in python3.2-doc 3.2.3-0ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

   1
   2
   3
   4
   5
   6
   7
   8
   9
  10
  11
  12
  13
  14
  15
  16
  17
  18
  19
  20
  21
  22
  23
  24
  25
  26
  27
  28
  29
  30
  31
  32
  33
  34
  35
  36
  37
  38
  39
  40
  41
  42
  43
  44
  45
  46
  47
  48
  49
  50
  51
  52
  53
  54
  55
  56
  57
  58
  59
  60
  61
  62
  63
  64
  65
  66
  67
  68
  69
  70
  71
  72
  73
  74
  75
  76
  77
  78
  79
  80
  81
  82
  83
  84
  85
  86
  87
  88
  89
  90
  91
  92
  93
  94
  95
  96
  97
  98
  99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
 213
 214
 215
 216
 217
 218
 219
 220
 221
 222
 223
 224
 225
 226
 227
 228
 229
 230
 231
 232
 233
 234
 235
 236
 237
 238
 239
 240
 241
 242
 243
 244
 245
 246
 247
 248
 249
 250
 251
 252
 253
 254
 255
 256
 257
 258
 259
 260
 261
 262
 263
 264
 265
 266
 267
 268
 269
 270
 271
 272
 273
 274
 275
 276
 277
 278
 279
 280
 281
 282
 283
 284
 285
 286
 287
 288
 289
 290
 291
 292
 293
 294
 295
 296
 297
 298
 299
 300
 301
 302
 303
 304
 305
 306
 307
 308
 309
 310
 311
 312
 313
 314
 315
 316
 317
 318
 319
 320
 321
 322
 323
 324
 325
 326
 327
 328
 329
 330
 331
 332
 333
 334
 335
 336
 337
 338
 339
 340
 341
 342
 343
 344
 345
 346
 347
 348
 349
 350
 351
 352
 353
 354
 355
 356
 357
 358
 359
 360
 361
 362
 363
 364
 365
 366
 367
 368
 369
 370
 371
 372
 373
 374
 375
 376
 377
 378
 379
 380
 381
 382
 383
 384
 385
 386
 387
 388
 389
 390
 391
 392
 393
 394
 395
 396
 397
 398
 399
 400
 401
 402
 403
 404
 405
 406
 407
 408
 409
 410
 411
 412
 413
 414
 415
 416
 417
 418
 419
 420
 421
 422
 423
 424
 425
 426
 427
 428
 429
 430
 431
 432
 433
 434
 435
 436
 437
 438
 439
 440
 441
 442
 443
 444
 445
 446
 447
 448
 449
 450
 451
 452
 453
 454
 455
 456
 457
 458
 459
 460
 461
 462
 463
 464
 465
 466
 467
 468
 469
 470
 471
 472
 473
 474
 475
 476
 477
 478
 479
 480
 481
 482
 483
 484
 485
 486
 487
 488
 489
 490
 491
 492
 493
 494
 495
 496
 497
 498
 499
 500
 501
 502
 503
 504
 505
 506
 507
 508
 509
 510
 511
 512
 513
 514
 515
 516
 517
 518
 519
 520
 521
 522
 523
 524
 525
 526
 527
 528
 529
 530
 531
 532
 533
 534
 535
 536
 537
 538
 539
 540
 541
 542
 543
 544
 545
 546
 547
 548
 549
 550
 551
 552
 553
 554
 555
 556
 557
 558
 559
 560
 561
 562
 563
 564
 565
 566
 567
 568
 569
 570
 571
 572
 573
 574
 575
 576
 577
 578
 579
 580
 581
 582
 583
 584
 585
 586
 587
 588
 589
 590
 591
 592
 593
 594
 595
 596
 597
 598
 599
 600
 601
 602
 603
 604
 605
 606
 607
 608
 609
 610
 611
 612
 613
 614
 615
 616
 617
 618
 619
 620
 621
 622
 623
 624
 625
 626
 627
 628
 629
 630
 631
 632
 633
 634
 635
 636
 637
 638
 639
 640
 641
 642
 643
 644
 645
 646
 647
 648
 649
 650
 651
 652
 653
 654
 655
 656
 657
 658
 659
 660
 661
 662
 663
 664
 665
 666
 667
 668
 669
 670
 671
 672
 673
 674
 675
 676
 677
 678
 679
 680
 681
 682
 683
 684
 685
 686
 687
 688
 689
 690
 691
 692
 693
 694
 695
 696
 697
 698
 699
 700
 701
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    
    <title>Python Documentation contents &mdash; Python 3.2.3 documentation</title>
    
    <link rel="stylesheet" href="_static/default.css" type="text/css" />
    <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
    
    <script type="text/javascript">
      var DOCUMENTATION_OPTIONS = {
        URL_ROOT:    '',
        VERSION:     '3.2.3',
        COLLAPSE_INDEX: false,
        FILE_SUFFIX: '.html',
        HAS_SOURCE:  true
      };
    </script>
    <script type="text/javascript" src="_static/jquery.js"></script>
    <script type="text/javascript" src="_static/underscore.js"></script>
    <script type="text/javascript" src="_static/doctools.js"></script>
    <script type="text/javascript" src="_static/sidebar.js"></script>
    <link rel="search" type="application/opensearchdescription+xml"
          title="Search within Python 3.2.3 documentation"
          href="_static/opensearch.xml"/>
    <link rel="author" title="About these documents" href="about.html" />
    <link rel="copyright" title="Copyright" href="copyright.html" />
    <link rel="top" title="Python 3.2.3 documentation" href="index.html" />
    <link rel="next" title="What’s New in Python" href="whatsnew/index.html" />
    <link rel="shortcut icon" type="image/png" href="_static/py.png" />
    <script type="text/javascript" src="_static/copybutton.js"></script>
 

  </head>
  <body>
    <div class="related">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="genindex.html" title="General Index"
             accesskey="I">index</a></li>
        <li class="right" >
          <a href="py-modindex.html" title="Python Module Index"
             >modules</a> |</li>
        <li class="right" >
          <a href="whatsnew/index.html" title="What’s New in Python"
             accesskey="N">next</a> |</li>
        <li><img src="_static/py.png" alt=""
                 style="vertical-align: middle; margin-top: -1px"/></li>
        <li><a href="index.html">Python 3.2.3 documentation</a> &raquo;</li>
 
      </ul>
    </div>  

    <div class="document">
      <div class="documentwrapper">
        <div class="bodywrapper">
          <div class="body">
            
  <div class="section" id="python-documentation-contents">
<h1>Python Documentation contents<a class="headerlink" href="#python-documentation-contents" title="Permalink to this headline"></a></h1>
<div class="toctree-wrapper compound">
<ul>
<li class="toctree-l1"><a class="reference internal" href="whatsnew/index.html">What&#8217;s New in Python</a><ul>
<li class="toctree-l2"><a class="reference internal" href="whatsnew/3.2.html">What&#8217;s New In Python 3.2</a><ul>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/3.2.html#pep-384-defining-a-stable-abi">PEP 384: Defining a Stable ABI</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/3.2.html#pep-389-argparse-command-line-parsing-module">PEP 389: Argparse Command Line Parsing Module</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/3.2.html#pep-391-dictionary-based-configuration-for-logging">PEP 391:  Dictionary Based Configuration for Logging</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/3.2.html#pep-3148-the-concurrent-futures-module">PEP 3148:  The <tt class="docutils literal"><span class="pre">concurrent.futures</span></tt> module</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/3.2.html#pep-3147-pyc-repository-directories">PEP 3147:  PYC Repository Directories</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/3.2.html#pep-3149-abi-version-tagged-so-files">PEP 3149: ABI Version Tagged .so Files</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/3.2.html#pep-3333-python-web-server-gateway-interface-v1-0-1">PEP 3333: Python Web Server Gateway Interface v1.0.1</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/3.2.html#other-language-changes">Other Language Changes</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/3.2.html#new-improved-and-deprecated-modules">New, Improved, and Deprecated Modules</a><ul>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/3.2.html#email">email</a></li>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/3.2.html#elementtree">elementtree</a></li>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/3.2.html#functools">functools</a></li>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/3.2.html#itertools">itertools</a></li>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/3.2.html#collections">collections</a></li>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/3.2.html#threading">threading</a></li>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/3.2.html#datetime-and-time">datetime and time</a></li>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/3.2.html#math">math</a></li>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/3.2.html#abc">abc</a></li>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/3.2.html#io">io</a></li>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/3.2.html#reprlib">reprlib</a></li>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/3.2.html#logging">logging</a></li>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/3.2.html#csv">csv</a></li>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/3.2.html#contextlib">contextlib</a></li>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/3.2.html#decimal-and-fractions">decimal and fractions</a></li>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/3.2.html#ftp">ftp</a></li>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/3.2.html#popen">popen</a></li>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/3.2.html#select">select</a></li>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/3.2.html#gzip-and-zipfile">gzip and zipfile</a></li>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/3.2.html#tarfile">tarfile</a></li>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/3.2.html#hashlib">hashlib</a></li>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/3.2.html#ast">ast</a></li>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/3.2.html#os">os</a></li>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/3.2.html#shutil">shutil</a></li>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/3.2.html#sqlite3">sqlite3</a></li>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/3.2.html#html">html</a></li>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/3.2.html#socket">socket</a></li>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/3.2.html#ssl">ssl</a></li>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/3.2.html#nntp">nntp</a></li>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/3.2.html#certificates">certificates</a></li>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/3.2.html#imaplib">imaplib</a></li>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/3.2.html#http-client">http.client</a></li>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/3.2.html#unittest">unittest</a></li>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/3.2.html#random">random</a></li>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/3.2.html#poplib">poplib</a></li>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/3.2.html#asyncore">asyncore</a></li>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/3.2.html#tempfile">tempfile</a></li>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/3.2.html#inspect">inspect</a></li>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/3.2.html#pydoc">pydoc</a></li>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/3.2.html#dis">dis</a></li>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/3.2.html#dbm">dbm</a></li>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/3.2.html#ctypes">ctypes</a></li>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/3.2.html#site">site</a></li>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/3.2.html#sysconfig">sysconfig</a></li>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/3.2.html#pdb">pdb</a></li>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/3.2.html#configparser">configparser</a></li>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/3.2.html#urllib-parse">urllib.parse</a></li>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/3.2.html#mailbox">mailbox</a></li>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/3.2.html#turtledemo">turtledemo</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/3.2.html#multi-threading">Multi-threading</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/3.2.html#optimizations">Optimizations</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/3.2.html#unicode">Unicode</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/3.2.html#codecs">Codecs</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/3.2.html#documentation">Documentation</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/3.2.html#idle">IDLE</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/3.2.html#code-repository">Code Repository</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/3.2.html#build-and-c-api-changes">Build and C API Changes</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/3.2.html#porting-to-python-3-2">Porting to Python 3.2</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="whatsnew/3.1.html">What&#8217;s New In Python 3.1</a><ul>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/3.1.html#pep-372-ordered-dictionaries">PEP 372: Ordered Dictionaries</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/3.1.html#pep-378-format-specifier-for-thousands-separator">PEP 378: Format Specifier for Thousands Separator</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/3.1.html#other-language-changes">Other Language Changes</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/3.1.html#new-improved-and-deprecated-modules">New, Improved, and Deprecated Modules</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/3.1.html#optimizations">Optimizations</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/3.1.html#idle">IDLE</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/3.1.html#build-and-c-api-changes">Build and C API Changes</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/3.1.html#porting-to-python-3-1">Porting to Python 3.1</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="whatsnew/3.0.html">What&#8217;s New In Python 3.0</a><ul>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/3.0.html#common-stumbling-blocks">Common Stumbling Blocks</a><ul>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/3.0.html#print-is-a-function">Print Is A Function</a></li>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/3.0.html#views-and-iterators-instead-of-lists">Views And Iterators Instead Of Lists</a></li>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/3.0.html#ordering-comparisons">Ordering Comparisons</a></li>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/3.0.html#integers">Integers</a></li>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/3.0.html#text-vs-data-instead-of-unicode-vs-8-bit">Text Vs. Data Instead Of Unicode Vs. 8-bit</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/3.0.html#overview-of-syntax-changes">Overview Of Syntax Changes</a><ul>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/3.0.html#new-syntax">New Syntax</a></li>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/3.0.html#changed-syntax">Changed Syntax</a></li>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/3.0.html#removed-syntax">Removed Syntax</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/3.0.html#changes-already-present-in-python-2-6">Changes Already Present In Python 2.6</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/3.0.html#library-changes">Library Changes</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/3.0.html#pep-3101-a-new-approach-to-string-formatting"><strong>PEP 3101</strong>: A New Approach To String Formatting</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/3.0.html#changes-to-exceptions">Changes To Exceptions</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/3.0.html#miscellaneous-other-changes">Miscellaneous Other Changes</a><ul>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/3.0.html#operators-and-special-methods">Operators And Special Methods</a></li>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/3.0.html#builtins">Builtins</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/3.0.html#build-and-c-api-changes">Build and C API Changes</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/3.0.html#performance">Performance</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/3.0.html#porting-to-python-3-0">Porting To Python 3.0</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="whatsnew/2.7.html">What&#8217;s New in Python 2.7</a><ul>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.7.html#the-future-for-python-2-x">The Future for Python 2.x</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.7.html#python-3-1-features">Python 3.1 Features</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.7.html#pep-372-adding-an-ordered-dictionary-to-collections">PEP 372: Adding an Ordered Dictionary to collections</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.7.html#pep-378-format-specifier-for-thousands-separator">PEP 378: Format Specifier for Thousands Separator</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.7.html#pep-389-the-argparse-module-for-parsing-command-lines">PEP 389: The argparse Module for Parsing Command Lines</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.7.html#pep-391-dictionary-based-configuration-for-logging">PEP 391: Dictionary-Based Configuration For Logging</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.7.html#pep-3106-dictionary-views">PEP 3106: Dictionary Views</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.7.html#pep-3137-the-memoryview-object">PEP 3137: The memoryview Object</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.7.html#other-language-changes">Other Language Changes</a><ul>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/2.7.html#interpreter-changes">Interpreter Changes</a></li>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/2.7.html#optimizations">Optimizations</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.7.html#new-and-improved-modules">New and Improved Modules</a><ul>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/2.7.html#new-module-importlib">New module: importlib</a></li>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/2.7.html#new-module-sysconfig">New module: sysconfig</a></li>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/2.7.html#ttk-themed-widgets-for-tk">ttk: Themed Widgets for Tk</a></li>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/2.7.html#updated-module-unittest">Updated module: unittest</a></li>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/2.7.html#updated-module-elementtree-1-3">Updated module: ElementTree 1.3</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.7.html#build-and-c-api-changes">Build and C API Changes</a><ul>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/2.7.html#capsules">Capsules</a></li>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/2.7.html#port-specific-changes-windows">Port-Specific Changes: Windows</a></li>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/2.7.html#port-specific-changes-mac-os-x">Port-Specific Changes: Mac OS X</a></li>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/2.7.html#port-specific-changes-freebsd">Port-Specific Changes: FreeBSD</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.7.html#other-changes-and-fixes">Other Changes and Fixes</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.7.html#porting-to-python-2-7">Porting to Python 2.7</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.7.html#acknowledgements">Acknowledgements</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="whatsnew/2.6.html">What&#8217;s New in Python 2.6</a><ul>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.6.html#python-3-0">Python 3.0</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.6.html#changes-to-the-development-process">Changes to the Development Process</a><ul>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/2.6.html#new-issue-tracker-roundup">New Issue Tracker: Roundup</a></li>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/2.6.html#new-documentation-format-restructuredtext-using-sphinx">New Documentation Format: reStructuredText Using Sphinx</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.6.html#pep-343-the-with-statement">PEP 343: The &#8216;with&#8217; statement</a><ul>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/2.6.html#writing-context-managers">Writing Context Managers</a></li>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/2.6.html#the-contextlib-module">The contextlib module</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.6.html#pep-366-explicit-relative-imports-from-a-main-module">PEP 366: Explicit Relative Imports From a Main Module</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.6.html#pep-370-per-user-site-packages-directory">PEP 370: Per-user <tt class="docutils literal"><span class="pre">site-packages</span></tt> Directory</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.6.html#pep-371-the-multiprocessing-package">PEP 371: The <tt class="docutils literal"><span class="pre">multiprocessing</span></tt> Package</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.6.html#pep-3101-advanced-string-formatting">PEP 3101: Advanced String Formatting</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.6.html#pep-3105-print-as-a-function">PEP 3105: <tt class="docutils literal"><span class="pre">print</span></tt> As a Function</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.6.html#pep-3110-exception-handling-changes">PEP 3110: Exception-Handling Changes</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.6.html#pep-3112-byte-literals">PEP 3112: Byte Literals</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.6.html#pep-3116-new-i-o-library">PEP 3116: New I/O Library</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.6.html#pep-3118-revised-buffer-protocol">PEP 3118: Revised Buffer Protocol</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.6.html#pep-3119-abstract-base-classes">PEP 3119: Abstract Base Classes</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.6.html#pep-3127-integer-literal-support-and-syntax">PEP 3127: Integer Literal Support and Syntax</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.6.html#pep-3129-class-decorators">PEP 3129: Class Decorators</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.6.html#pep-3141-a-type-hierarchy-for-numbers">PEP 3141: A Type Hierarchy for Numbers</a><ul>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/2.6.html#the-fractions-module">The <tt class="docutils literal"><span class="pre">fractions</span></tt> Module</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.6.html#other-language-changes">Other Language Changes</a><ul>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/2.6.html#optimizations">Optimizations</a></li>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/2.6.html#interpreter-changes">Interpreter Changes</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.6.html#new-and-improved-modules">New and Improved Modules</a><ul>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/2.6.html#the-ast-module">The <tt class="docutils literal"><span class="pre">ast</span></tt> module</a></li>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/2.6.html#the-future-builtins-module">The <tt class="docutils literal"><span class="pre">future_builtins</span></tt> module</a></li>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/2.6.html#the-json-module-javascript-object-notation">The <tt class="docutils literal"><span class="pre">json</span></tt> module: JavaScript Object Notation</a></li>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/2.6.html#the-plistlib-module-a-property-list-parser">The <tt class="docutils literal"><span class="pre">plistlib</span></tt> module: A Property-List Parser</a></li>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/2.6.html#ctypes-enhancements">ctypes Enhancements</a></li>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/2.6.html#improved-ssl-support">Improved SSL Support</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.6.html#deprecations-and-removals">Deprecations and Removals</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.6.html#build-and-c-api-changes">Build and C API Changes</a><ul>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/2.6.html#port-specific-changes-windows">Port-Specific Changes: Windows</a></li>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/2.6.html#port-specific-changes-mac-os-x">Port-Specific Changes: Mac OS X</a></li>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/2.6.html#port-specific-changes-irix">Port-Specific Changes: IRIX</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.6.html#porting-to-python-2-6">Porting to Python 2.6</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.6.html#acknowledgements">Acknowledgements</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="whatsnew/2.5.html">What&#8217;s New in Python 2.5</a><ul>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.5.html#pep-308-conditional-expressions">PEP 308: Conditional Expressions</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.5.html#pep-309-partial-function-application">PEP 309: Partial Function Application</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.5.html#pep-314-metadata-for-python-software-packages-v1-1">PEP 314: Metadata for Python Software Packages v1.1</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.5.html#pep-328-absolute-and-relative-imports">PEP 328: Absolute and Relative Imports</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.5.html#pep-338-executing-modules-as-scripts">PEP 338: Executing Modules as Scripts</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.5.html#pep-341-unified-try-except-finally">PEP 341: Unified try/except/finally</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.5.html#pep-342-new-generator-features">PEP 342: New Generator Features</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.5.html#pep-343-the-with-statement">PEP 343: The &#8216;with&#8217; statement</a><ul>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/2.5.html#writing-context-managers">Writing Context Managers</a></li>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/2.5.html#the-contextlib-module">The contextlib module</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.5.html#pep-352-exceptions-as-new-style-classes">PEP 352: Exceptions as New-Style Classes</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.5.html#pep-353-using-ssize-t-as-the-index-type">PEP 353: Using ssize_t as the index type</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.5.html#pep-357-the-index-method">PEP 357: The &#8216;__index__&#8217; method</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.5.html#other-language-changes">Other Language Changes</a><ul>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/2.5.html#interactive-interpreter-changes">Interactive Interpreter Changes</a></li>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/2.5.html#optimizations">Optimizations</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.5.html#new-improved-and-removed-modules">New, Improved, and Removed Modules</a><ul>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/2.5.html#the-ctypes-package">The ctypes package</a></li>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/2.5.html#the-elementtree-package">The ElementTree package</a></li>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/2.5.html#the-hashlib-package">The hashlib package</a></li>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/2.5.html#the-sqlite3-package">The sqlite3 package</a></li>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/2.5.html#the-wsgiref-package">The wsgiref package</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.5.html#build-and-c-api-changes">Build and C API Changes</a><ul>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/2.5.html#port-specific-changes">Port-Specific Changes</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.5.html#porting-to-python-2-5">Porting to Python 2.5</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.5.html#acknowledgements">Acknowledgements</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="whatsnew/2.4.html">What&#8217;s New in Python 2.4</a><ul>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.4.html#pep-218-built-in-set-objects">PEP 218: Built-In Set Objects</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.4.html#pep-237-unifying-long-integers-and-integers">PEP 237: Unifying Long Integers and Integers</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.4.html#pep-289-generator-expressions">PEP 289: Generator Expressions</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.4.html#pep-292-simpler-string-substitutions">PEP 292: Simpler String Substitutions</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.4.html#pep-318-decorators-for-functions-and-methods">PEP 318: Decorators for Functions and Methods</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.4.html#pep-322-reverse-iteration">PEP 322: Reverse Iteration</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.4.html#pep-324-new-subprocess-module">PEP 324: New subprocess Module</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.4.html#pep-327-decimal-data-type">PEP 327: Decimal Data Type</a><ul>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/2.4.html#why-is-decimal-needed">Why is Decimal needed?</a></li>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/2.4.html#the-decimal-type">The <tt class="docutils literal"><span class="pre">Decimal</span></tt> type</a></li>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/2.4.html#the-context-type">The <tt class="docutils literal"><span class="pre">Context</span></tt> type</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.4.html#pep-328-multi-line-imports">PEP 328: Multi-line Imports</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.4.html#pep-331-locale-independent-float-string-conversions">PEP 331: Locale-Independent Float/String Conversions</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.4.html#other-language-changes">Other Language Changes</a><ul>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/2.4.html#optimizations">Optimizations</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.4.html#new-improved-and-deprecated-modules">New, Improved, and Deprecated Modules</a><ul>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/2.4.html#cookielib">cookielib</a></li>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/2.4.html#doctest">doctest</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.4.html#build-and-c-api-changes">Build and C API Changes</a><ul>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/2.4.html#port-specific-changes">Port-Specific Changes</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.4.html#porting-to-python-2-4">Porting to Python 2.4</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.4.html#acknowledgements">Acknowledgements</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="whatsnew/2.3.html">What&#8217;s New in Python 2.3</a><ul>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.3.html#pep-218-a-standard-set-datatype">PEP 218: A Standard Set Datatype</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.3.html#pep-255-simple-generators">PEP 255: Simple Generators</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.3.html#pep-263-source-code-encodings">PEP 263: Source Code Encodings</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.3.html#pep-273-importing-modules-from-zip-archives">PEP 273: Importing Modules from ZIP Archives</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.3.html#pep-277-unicode-file-name-support-for-windows-nt">PEP 277: Unicode file name support for Windows NT</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.3.html#pep-278-universal-newline-support">PEP 278: Universal Newline Support</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.3.html#pep-279-enumerate">PEP 279: enumerate()</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.3.html#pep-282-the-logging-package">PEP 282: The logging Package</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.3.html#pep-285-a-boolean-type">PEP 285: A Boolean Type</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.3.html#pep-293-codec-error-handling-callbacks">PEP 293: Codec Error Handling Callbacks</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.3.html#pep-301-package-index-and-metadata-for-distutils">PEP 301: Package Index and Metadata for Distutils</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.3.html#pep-302-new-import-hooks">PEP 302: New Import Hooks</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.3.html#pep-305-comma-separated-files">PEP 305: Comma-separated Files</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.3.html#pep-307-pickle-enhancements">PEP 307: Pickle Enhancements</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.3.html#extended-slices">Extended Slices</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.3.html#other-language-changes">Other Language Changes</a><ul>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/2.3.html#string-changes">String Changes</a></li>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/2.3.html#optimizations">Optimizations</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.3.html#new-improved-and-deprecated-modules">New, Improved, and Deprecated Modules</a><ul>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/2.3.html#date-time-type">Date/Time Type</a></li>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/2.3.html#the-optparse-module">The optparse Module</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.3.html#pymalloc-a-specialized-object-allocator">Pymalloc: A Specialized Object Allocator</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.3.html#build-and-c-api-changes">Build and C API Changes</a><ul>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/2.3.html#port-specific-changes">Port-Specific Changes</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.3.html#other-changes-and-fixes">Other Changes and Fixes</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.3.html#porting-to-python-2-3">Porting to Python 2.3</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.3.html#acknowledgements">Acknowledgements</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="whatsnew/2.2.html">What&#8217;s New in Python 2.2</a><ul>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.2.html#introduction">Introduction</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.2.html#peps-252-and-253-type-and-class-changes">PEPs 252 and 253: Type and Class Changes</a><ul>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/2.2.html#old-and-new-classes">Old and New Classes</a></li>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/2.2.html#descriptors">Descriptors</a></li>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/2.2.html#multiple-inheritance-the-diamond-rule">Multiple Inheritance: The Diamond Rule</a></li>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/2.2.html#attribute-access">Attribute Access</a></li>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/2.2.html#related-links">Related Links</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.2.html#pep-234-iterators">PEP 234: Iterators</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.2.html#pep-255-simple-generators">PEP 255: Simple Generators</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.2.html#pep-237-unifying-long-integers-and-integers">PEP 237: Unifying Long Integers and Integers</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.2.html#pep-238-changing-the-division-operator">PEP 238: Changing the Division Operator</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.2.html#unicode-changes">Unicode Changes</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.2.html#pep-227-nested-scopes">PEP 227: Nested Scopes</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.2.html#new-and-improved-modules">New and Improved Modules</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.2.html#interpreter-changes-and-fixes">Interpreter Changes and Fixes</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.2.html#other-changes-and-fixes">Other Changes and Fixes</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.2.html#acknowledgements">Acknowledgements</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="whatsnew/2.1.html">What&#8217;s New in Python 2.1</a><ul>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.1.html#introduction">Introduction</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.1.html#pep-227-nested-scopes">PEP 227: Nested Scopes</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.1.html#pep-236-future-directives">PEP 236: __future__ Directives</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.1.html#pep-207-rich-comparisons">PEP 207: Rich Comparisons</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.1.html#pep-230-warning-framework">PEP 230: Warning Framework</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.1.html#pep-229-new-build-system">PEP 229: New Build System</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.1.html#pep-205-weak-references">PEP 205: Weak References</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.1.html#pep-232-function-attributes">PEP 232: Function Attributes</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.1.html#pep-235-importing-modules-on-case-insensitive-platforms">PEP 235: Importing Modules on Case-Insensitive Platforms</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.1.html#pep-217-interactive-display-hook">PEP 217: Interactive Display Hook</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.1.html#pep-208-new-coercion-model">PEP 208: New Coercion Model</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.1.html#pep-241-metadata-in-python-packages">PEP 241: Metadata in Python Packages</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.1.html#new-and-improved-modules">New and Improved Modules</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.1.html#other-changes-and-fixes">Other Changes and Fixes</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.1.html#acknowledgements">Acknowledgements</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="whatsnew/2.0.html">What&#8217;s New in Python 2.0</a><ul>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.0.html#introduction">Introduction</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.0.html#what-about-python-1-6">What About Python 1.6?</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.0.html#new-development-process">New Development Process</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.0.html#unicode">Unicode</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.0.html#list-comprehensions">List Comprehensions</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.0.html#augmented-assignment">Augmented Assignment</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.0.html#string-methods">String Methods</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.0.html#garbage-collection-of-cycles">Garbage Collection of Cycles</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.0.html#other-core-changes">Other Core Changes</a><ul>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/2.0.html#minor-language-changes">Minor Language Changes</a></li>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/2.0.html#changes-to-built-in-functions">Changes to Built-in Functions</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.0.html#porting-to-2-0">Porting to 2.0</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.0.html#extending-embedding-changes">Extending/Embedding Changes</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.0.html#distutils-making-modules-easy-to-install">Distutils: Making Modules Easy to Install</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.0.html#xml-modules">XML Modules</a><ul>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/2.0.html#sax2-support">SAX2 Support</a></li>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/2.0.html#dom-support">DOM Support</a></li>
<li class="toctree-l4"><a class="reference internal" href="whatsnew/2.0.html#relationship-to-pyxml">Relationship to PyXML</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.0.html#module-changes">Module changes</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.0.html#new-modules">New modules</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.0.html#idle-improvements">IDLE Improvements</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.0.html#deleted-and-deprecated-modules">Deleted and Deprecated Modules</a></li>
<li class="toctree-l3"><a class="reference internal" href="whatsnew/2.0.html#acknowledgements">Acknowledgements</a></li>
</ul>
</li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="tutorial/index.html">The Python Tutorial</a><ul>
<li class="toctree-l2"><a class="reference internal" href="tutorial/appetite.html">1. Whetting Your Appetite</a></li>
<li class="toctree-l2"><a class="reference internal" href="tutorial/interpreter.html">2. Using the Python Interpreter</a><ul>
<li class="toctree-l3"><a class="reference internal" href="tutorial/interpreter.html#invoking-the-interpreter">2.1. Invoking the Interpreter</a><ul>
<li class="toctree-l4"><a class="reference internal" href="tutorial/interpreter.html#argument-passing">2.1.1. Argument Passing</a></li>
<li class="toctree-l4"><a class="reference internal" href="tutorial/interpreter.html#interactive-mode">2.1.2. Interactive Mode</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="tutorial/interpreter.html#the-interpreter-and-its-environment">2.2. The Interpreter and Its Environment</a><ul>
<li class="toctree-l4"><a class="reference internal" href="tutorial/interpreter.html#error-handling">2.2.1. Error Handling</a></li>
<li class="toctree-l4"><a class="reference internal" href="tutorial/interpreter.html#executable-python-scripts">2.2.2. Executable Python Scripts</a></li>
<li class="toctree-l4"><a class="reference internal" href="tutorial/interpreter.html#source-code-encoding">2.2.3. Source Code Encoding</a></li>
<li class="toctree-l4"><a class="reference internal" href="tutorial/interpreter.html#the-interactive-startup-file">2.2.4. The Interactive Startup File</a></li>
<li class="toctree-l4"><a class="reference internal" href="tutorial/interpreter.html#the-customization-modules">2.2.5. The Customization Modules</a></li>
</ul>
</li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="tutorial/introduction.html">3. An Informal Introduction to Python</a><ul>
<li class="toctree-l3"><a class="reference internal" href="tutorial/introduction.html#using-python-as-a-calculator">3.1. Using Python as a Calculator</a><ul>
<li class="toctree-l4"><a class="reference internal" href="tutorial/introduction.html#numbers">3.1.1. Numbers</a></li>
<li class="toctree-l4"><a class="reference internal" href="tutorial/introduction.html#strings">3.1.2. Strings</a></li>
<li class="toctree-l4"><a class="reference internal" href="tutorial/introduction.html#about-unicode">3.1.3. About Unicode</a></li>
<li class="toctree-l4"><a class="reference internal" href="tutorial/introduction.html#lists">3.1.4. Lists</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="tutorial/introduction.html#first-steps-towards-programming">3.2. First Steps Towards Programming</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="tutorial/controlflow.html">4. More Control Flow Tools</a><ul>
<li class="toctree-l3"><a class="reference internal" href="tutorial/controlflow.html#if-statements">4.1. <tt class="docutils literal"><span class="pre">if</span></tt> Statements</a></li>
<li class="toctree-l3"><a class="reference internal" href="tutorial/controlflow.html#for-statements">4.2. <tt class="docutils literal"><span class="pre">for</span></tt> Statements</a></li>
<li class="toctree-l3"><a class="reference internal" href="tutorial/controlflow.html#the-range-function">4.3. The <tt class="docutils literal"><span class="pre">range()</span></tt> Function</a></li>
<li class="toctree-l3"><a class="reference internal" href="tutorial/controlflow.html#break-and-continue-statements-and-else-clauses-on-loops">4.4. <tt class="docutils literal"><span class="pre">break</span></tt> and <tt class="docutils literal"><span class="pre">continue</span></tt> Statements, and <tt class="docutils literal"><span class="pre">else</span></tt> Clauses on Loops</a></li>
<li class="toctree-l3"><a class="reference internal" href="tutorial/controlflow.html#pass-statements">4.5. <tt class="docutils literal"><span class="pre">pass</span></tt> Statements</a></li>
<li class="toctree-l3"><a class="reference internal" href="tutorial/controlflow.html#defining-functions">4.6. Defining Functions</a></li>
<li class="toctree-l3"><a class="reference internal" href="tutorial/controlflow.html#more-on-defining-functions">4.7. More on Defining Functions</a><ul>
<li class="toctree-l4"><a class="reference internal" href="tutorial/controlflow.html#default-argument-values">4.7.1. Default Argument Values</a></li>
<li class="toctree-l4"><a class="reference internal" href="tutorial/controlflow.html#keyword-arguments">4.7.2. Keyword Arguments</a></li>
<li class="toctree-l4"><a class="reference internal" href="tutorial/controlflow.html#arbitrary-argument-lists">4.7.3. Arbitrary Argument Lists</a></li>
<li class="toctree-l4"><a class="reference internal" href="tutorial/controlflow.html#unpacking-argument-lists">4.7.4. Unpacking Argument Lists</a></li>
<li class="toctree-l4"><a class="reference internal" href="tutorial/controlflow.html#lambda-forms">4.7.5. Lambda Forms</a></li>
<li class="toctree-l4"><a class="reference internal" href="tutorial/controlflow.html#documentation-strings">4.7.6. Documentation Strings</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="tutorial/controlflow.html#intermezzo-coding-style">4.8. Intermezzo: Coding Style</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="tutorial/datastructures.html">5. Data Structures</a><ul>
<li class="toctree-l3"><a class="reference internal" href="tutorial/datastructures.html#more-on-lists">5.1. More on Lists</a><ul>
<li class="toctree-l4"><a class="reference internal" href="tutorial/datastructures.html#using-lists-as-stacks">5.1.1. Using Lists as Stacks</a></li>
<li class="toctree-l4"><a class="reference internal" href="tutorial/datastructures.html#using-lists-as-queues">5.1.2. Using Lists as Queues</a></li>
<li class="toctree-l4"><a class="reference internal" href="tutorial/datastructures.html#list-comprehensions">5.1.3. List Comprehensions</a></li>
<li class="toctree-l4"><a class="reference internal" href="tutorial/datastructures.html#nested-list-comprehensions">5.1.4. Nested List Comprehensions</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="tutorial/datastructures.html#the-del-statement">5.2. The <tt class="docutils literal"><span class="pre">del</span></tt> statement</a></li>
<li class="toctree-l3"><a class="reference internal" href="tutorial/datastructures.html#tuples-and-sequences">5.3. Tuples and Sequences</a></li>
<li class="toctree-l3"><a class="reference internal" href="tutorial/datastructures.html#sets">5.4. Sets</a></li>
<li class="toctree-l3"><a class="reference internal" href="tutorial/datastructures.html#dictionaries">5.5. Dictionaries</a></li>
<li class="toctree-l3"><a class="reference internal" href="tutorial/datastructures.html#looping-techniques">5.6. Looping Techniques</a></li>
<li class="toctree-l3"><a class="reference internal" href="tutorial/datastructures.html#more-on-conditions">5.7. More on Conditions</a></li>
<li class="toctree-l3"><a class="reference internal" href="tutorial/datastructures.html#comparing-sequences-and-other-types">5.8. Comparing Sequences and Other Types</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="tutorial/modules.html">6. Modules</a><ul>
<li class="toctree-l3"><a class="reference internal" href="tutorial/modules.html#more-on-modules">6.1. More on Modules</a><ul>
<li class="toctree-l4"><a class="reference internal" href="tutorial/modules.html#executing-modules-as-scripts">6.1.1. Executing modules as scripts</a></li>
<li class="toctree-l4"><a class="reference internal" href="tutorial/modules.html#the-module-search-path">6.1.2. The Module Search Path</a></li>
<li class="toctree-l4"><a class="reference internal" href="tutorial/modules.html#compiled-python-files">6.1.3. &#8220;Compiled&#8221; Python files</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="tutorial/modules.html#standard-modules">6.2. Standard Modules</a></li>
<li class="toctree-l3"><a class="reference internal" href="tutorial/modules.html#the-dir-function">6.3. The <tt class="docutils literal"><span class="pre">dir()</span></tt> Function</a></li>
<li class="toctree-l3"><a class="reference internal" href="tutorial/modules.html#packages">6.4. Packages</a><ul>
<li class="toctree-l4"><a class="reference internal" href="tutorial/modules.html#importing-from-a-package">6.4.1. Importing * From a Package</a></li>
<li class="toctree-l4"><a class="reference internal" href="tutorial/modules.html#intra-package-references">6.4.2. Intra-package References</a></li>
<li class="toctree-l4"><a class="reference internal" href="tutorial/modules.html#packages-in-multiple-directories">6.4.3. Packages in Multiple Directories</a></li>
</ul>
</li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="tutorial/inputoutput.html">7. Input and Output</a><ul>
<li class="toctree-l3"><a class="reference internal" href="tutorial/inputoutput.html#fancier-output-formatting">7.1. Fancier Output Formatting</a><ul>
<li class="toctree-l4"><a class="reference internal" href="tutorial/inputoutput.html#old-string-formatting">7.1.1. Old string formatting</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="tutorial/inputoutput.html#reading-and-writing-files">7.2. Reading and Writing Files</a><ul>
<li class="toctree-l4"><a class="reference internal" href="tutorial/inputoutput.html#methods-of-file-objects">7.2.1. Methods of File Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="tutorial/inputoutput.html#the-pickle-module">7.2.2. The <tt class="docutils literal"><span class="pre">pickle</span></tt> Module</a></li>
</ul>
</li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="tutorial/errors.html">8. Errors and Exceptions</a><ul>
<li class="toctree-l3"><a class="reference internal" href="tutorial/errors.html#syntax-errors">8.1. Syntax Errors</a></li>
<li class="toctree-l3"><a class="reference internal" href="tutorial/errors.html#exceptions">8.2. Exceptions</a></li>
<li class="toctree-l3"><a class="reference internal" href="tutorial/errors.html#handling-exceptions">8.3. Handling Exceptions</a></li>
<li class="toctree-l3"><a class="reference internal" href="tutorial/errors.html#raising-exceptions">8.4. Raising Exceptions</a></li>
<li class="toctree-l3"><a class="reference internal" href="tutorial/errors.html#user-defined-exceptions">8.5. User-defined Exceptions</a></li>
<li class="toctree-l3"><a class="reference internal" href="tutorial/errors.html#defining-clean-up-actions">8.6. Defining Clean-up Actions</a></li>
<li class="toctree-l3"><a class="reference internal" href="tutorial/errors.html#predefined-clean-up-actions">8.7. Predefined Clean-up Actions</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="tutorial/classes.html">9. Classes</a><ul>
<li class="toctree-l3"><a class="reference internal" href="tutorial/classes.html#a-word-about-names-and-objects">9.1. A Word About Names and Objects</a></li>
<li class="toctree-l3"><a class="reference internal" href="tutorial/classes.html#python-scopes-and-namespaces">9.2. Python Scopes and Namespaces</a><ul>
<li class="toctree-l4"><a class="reference internal" href="tutorial/classes.html#scopes-and-namespaces-example">9.2.1. Scopes and Namespaces Example</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="tutorial/classes.html#a-first-look-at-classes">9.3. A First Look at Classes</a><ul>
<li class="toctree-l4"><a class="reference internal" href="tutorial/classes.html#class-definition-syntax">9.3.1. Class Definition Syntax</a></li>
<li class="toctree-l4"><a class="reference internal" href="tutorial/classes.html#class-objects">9.3.2. Class Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="tutorial/classes.html#instance-objects">9.3.3. Instance Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="tutorial/classes.html#method-objects">9.3.4. Method Objects</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="tutorial/classes.html#random-remarks">9.4. Random Remarks</a></li>
<li class="toctree-l3"><a class="reference internal" href="tutorial/classes.html#inheritance">9.5. Inheritance</a><ul>
<li class="toctree-l4"><a class="reference internal" href="tutorial/classes.html#multiple-inheritance">9.5.1. Multiple Inheritance</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="tutorial/classes.html#private-variables">9.6. Private Variables</a></li>
<li class="toctree-l3"><a class="reference internal" href="tutorial/classes.html#odds-and-ends">9.7. Odds and Ends</a></li>
<li class="toctree-l3"><a class="reference internal" href="tutorial/classes.html#exceptions-are-classes-too">9.8. Exceptions Are Classes Too</a></li>
<li class="toctree-l3"><a class="reference internal" href="tutorial/classes.html#iterators">9.9. Iterators</a></li>
<li class="toctree-l3"><a class="reference internal" href="tutorial/classes.html#generators">9.10. Generators</a></li>
<li class="toctree-l3"><a class="reference internal" href="tutorial/classes.html#generator-expressions">9.11. Generator Expressions</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="tutorial/stdlib.html">10. Brief Tour of the Standard Library</a><ul>
<li class="toctree-l3"><a class="reference internal" href="tutorial/stdlib.html#operating-system-interface">10.1. Operating System Interface</a></li>
<li class="toctree-l3"><a class="reference internal" href="tutorial/stdlib.html#file-wildcards">10.2. File Wildcards</a></li>
<li class="toctree-l3"><a class="reference internal" href="tutorial/stdlib.html#command-line-arguments">10.3. Command Line Arguments</a></li>
<li class="toctree-l3"><a class="reference internal" href="tutorial/stdlib.html#error-output-redirection-and-program-termination">10.4. Error Output Redirection and Program Termination</a></li>
<li class="toctree-l3"><a class="reference internal" href="tutorial/stdlib.html#string-pattern-matching">10.5. String Pattern Matching</a></li>
<li class="toctree-l3"><a class="reference internal" href="tutorial/stdlib.html#mathematics">10.6. Mathematics</a></li>
<li class="toctree-l3"><a class="reference internal" href="tutorial/stdlib.html#internet-access">10.7. Internet Access</a></li>
<li class="toctree-l3"><a class="reference internal" href="tutorial/stdlib.html#dates-and-times">10.8. Dates and Times</a></li>
<li class="toctree-l3"><a class="reference internal" href="tutorial/stdlib.html#data-compression">10.9. Data Compression</a></li>
<li class="toctree-l3"><a class="reference internal" href="tutorial/stdlib.html#performance-measurement">10.10. Performance Measurement</a></li>
<li class="toctree-l3"><a class="reference internal" href="tutorial/stdlib.html#quality-control">10.11. Quality Control</a></li>
<li class="toctree-l3"><a class="reference internal" href="tutorial/stdlib.html#batteries-included">10.12. Batteries Included</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="tutorial/stdlib2.html">11. Brief Tour of the Standard Library &#8211; Part II</a><ul>
<li class="toctree-l3"><a class="reference internal" href="tutorial/stdlib2.html#output-formatting">11.1. Output Formatting</a></li>
<li class="toctree-l3"><a class="reference internal" href="tutorial/stdlib2.html#templating">11.2. Templating</a></li>
<li class="toctree-l3"><a class="reference internal" href="tutorial/stdlib2.html#working-with-binary-data-record-layouts">11.3. Working with Binary Data Record Layouts</a></li>
<li class="toctree-l3"><a class="reference internal" href="tutorial/stdlib2.html#multi-threading">11.4. Multi-threading</a></li>
<li class="toctree-l3"><a class="reference internal" href="tutorial/stdlib2.html#logging">11.5. Logging</a></li>
<li class="toctree-l3"><a class="reference internal" href="tutorial/stdlib2.html#weak-references">11.6. Weak References</a></li>
<li class="toctree-l3"><a class="reference internal" href="tutorial/stdlib2.html#tools-for-working-with-lists">11.7. Tools for Working with Lists</a></li>
<li class="toctree-l3"><a class="reference internal" href="tutorial/stdlib2.html#decimal-floating-point-arithmetic">11.8. Decimal Floating Point Arithmetic</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="tutorial/whatnow.html">12. What Now?</a></li>
<li class="toctree-l2"><a class="reference internal" href="tutorial/interactive.html">13. Interactive Input Editing and History Substitution</a><ul>
<li class="toctree-l3"><a class="reference internal" href="tutorial/interactive.html#line-editing">13.1. Line Editing</a></li>
<li class="toctree-l3"><a class="reference internal" href="tutorial/interactive.html#history-substitution">13.2. History Substitution</a></li>
<li class="toctree-l3"><a class="reference internal" href="tutorial/interactive.html#key-bindings">13.3. Key Bindings</a></li>
<li class="toctree-l3"><a class="reference internal" href="tutorial/interactive.html#alternatives-to-the-interactive-interpreter">13.4. Alternatives to the Interactive Interpreter</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="tutorial/floatingpoint.html">14. Floating Point Arithmetic:  Issues and Limitations</a><ul>
<li class="toctree-l3"><a class="reference internal" href="tutorial/floatingpoint.html#representation-error">14.1. Representation Error</a></li>
</ul>
</li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="using/index.html">Python Setup and Usage</a><ul>
<li class="toctree-l2"><a class="reference internal" href="using/cmdline.html">1. Command line and environment</a><ul>
<li class="toctree-l3"><a class="reference internal" href="using/cmdline.html#command-line">1.1. Command line</a><ul>
<li class="toctree-l4"><a class="reference internal" href="using/cmdline.html#interface-options">1.1.1. Interface options</a></li>
<li class="toctree-l4"><a class="reference internal" href="using/cmdline.html#generic-options">1.1.2. Generic options</a></li>
<li class="toctree-l4"><a class="reference internal" href="using/cmdline.html#miscellaneous-options">1.1.3. Miscellaneous options</a></li>
<li class="toctree-l4"><a class="reference internal" href="using/cmdline.html#options-you-shouldn-t-use">1.1.4. Options you shouldn&#8217;t use</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="using/cmdline.html#environment-variables">1.2. Environment variables</a><ul>
<li class="toctree-l4"><a class="reference internal" href="using/cmdline.html#debug-mode-variables">1.2.1. Debug-mode variables</a></li>
</ul>
</li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="using/unix.html">2. Using Python on Unix platforms</a><ul>
<li class="toctree-l3"><a class="reference internal" href="using/unix.html#getting-and-installing-the-latest-version-of-python">2.1. Getting and installing the latest version of Python</a><ul>
<li class="toctree-l4"><a class="reference internal" href="using/unix.html#on-linux">2.1.1. On Linux</a></li>
<li class="toctree-l4"><a class="reference internal" href="using/unix.html#on-freebsd-and-openbsd">2.1.2. On FreeBSD and OpenBSD</a></li>
<li class="toctree-l4"><a class="reference internal" href="using/unix.html#on-opensolaris">2.1.3. On OpenSolaris</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="using/unix.html#building-python">2.2. Building Python</a></li>
<li class="toctree-l3"><a class="reference internal" href="using/unix.html#python-related-paths-and-files">2.3. Python-related paths and files</a></li>
<li class="toctree-l3"><a class="reference internal" href="using/unix.html#miscellaneous">2.4. Miscellaneous</a></li>
<li class="toctree-l3"><a class="reference internal" href="using/unix.html#editors">2.5. Editors</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="using/windows.html">3. Using Python on Windows</a><ul>
<li class="toctree-l3"><a class="reference internal" href="using/windows.html#installing-python">3.1. Installing Python</a></li>
<li class="toctree-l3"><a class="reference internal" href="using/windows.html#alternative-bundles">3.2. Alternative bundles</a></li>
<li class="toctree-l3"><a class="reference internal" href="using/windows.html#configuring-python">3.3. Configuring Python</a><ul>
<li class="toctree-l4"><a class="reference internal" href="using/windows.html#excursus-setting-environment-variables">3.3.1. Excursus: Setting environment variables</a></li>
<li class="toctree-l4"><a class="reference internal" href="using/windows.html#finding-the-python-executable">3.3.2. Finding the Python executable</a></li>
<li class="toctree-l4"><a class="reference internal" href="using/windows.html#finding-modules">3.3.3. Finding modules</a></li>
<li class="toctree-l4"><a class="reference internal" href="using/windows.html#executing-scripts">3.3.4. Executing scripts</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="using/windows.html#additional-modules">3.4. Additional modules</a><ul>
<li class="toctree-l4"><a class="reference internal" href="using/windows.html#pywin32">3.4.1. PyWin32</a></li>
<li class="toctree-l4"><a class="reference internal" href="using/windows.html#py2exe">3.4.2. Py2exe</a></li>
<li class="toctree-l4"><a class="reference internal" href="using/windows.html#wconio">3.4.3. WConio</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="using/windows.html#compiling-python-on-windows">3.5. Compiling Python on Windows</a></li>
<li class="toctree-l3"><a class="reference internal" href="using/windows.html#other-resources">3.6. Other resources</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="using/mac.html">4. Using Python on a Macintosh</a><ul>
<li class="toctree-l3"><a class="reference internal" href="using/mac.html#getting-and-installing-macpython">4.1. Getting and Installing MacPython</a><ul>
<li class="toctree-l4"><a class="reference internal" href="using/mac.html#how-to-run-a-python-script">4.1.1. How to run a Python script</a></li>
<li class="toctree-l4"><a class="reference internal" href="using/mac.html#running-scripts-with-a-gui">4.1.2. Running scripts with a GUI</a></li>
<li class="toctree-l4"><a class="reference internal" href="using/mac.html#configuration">4.1.3. Configuration</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="using/mac.html#the-ide">4.2. The IDE</a></li>
<li class="toctree-l3"><a class="reference internal" href="using/mac.html#installing-additional-python-packages">4.3. Installing Additional Python Packages</a></li>
<li class="toctree-l3"><a class="reference internal" href="using/mac.html#gui-programming-on-the-mac">4.4. GUI Programming on the Mac</a></li>
<li class="toctree-l3"><a class="reference internal" href="using/mac.html#distributing-python-applications-on-the-mac">4.5. Distributing Python Applications on the Mac</a></li>
<li class="toctree-l3"><a class="reference internal" href="using/mac.html#application-scripting">4.6. Application Scripting</a></li>
<li class="toctree-l3"><a class="reference internal" href="using/mac.html#other-resources">4.7. Other Resources</a></li>
</ul>
</li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="reference/index.html">The Python Language Reference</a><ul>
<li class="toctree-l2"><a class="reference internal" href="reference/introduction.html">1. Introduction</a><ul>
<li class="toctree-l3"><a class="reference internal" href="reference/introduction.html#alternate-implementations">1.1. Alternate Implementations</a></li>
<li class="toctree-l3"><a class="reference internal" href="reference/introduction.html#notation">1.2. Notation</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="reference/lexical_analysis.html">2. Lexical analysis</a><ul>
<li class="toctree-l3"><a class="reference internal" href="reference/lexical_analysis.html#line-structure">2.1. Line structure</a><ul>
<li class="toctree-l4"><a class="reference internal" href="reference/lexical_analysis.html#logical-lines">2.1.1. Logical lines</a></li>
<li class="toctree-l4"><a class="reference internal" href="reference/lexical_analysis.html#physical-lines">2.1.2. Physical lines</a></li>
<li class="toctree-l4"><a class="reference internal" href="reference/lexical_analysis.html#comments">2.1.3. Comments</a></li>
<li class="toctree-l4"><a class="reference internal" href="reference/lexical_analysis.html#encoding-declarations">2.1.4. Encoding declarations</a></li>
<li class="toctree-l4"><a class="reference internal" href="reference/lexical_analysis.html#explicit-line-joining">2.1.5. Explicit line joining</a></li>
<li class="toctree-l4"><a class="reference internal" href="reference/lexical_analysis.html#implicit-line-joining">2.1.6. Implicit line joining</a></li>
<li class="toctree-l4"><a class="reference internal" href="reference/lexical_analysis.html#blank-lines">2.1.7. Blank lines</a></li>
<li class="toctree-l4"><a class="reference internal" href="reference/lexical_analysis.html#indentation">2.1.8. Indentation</a></li>
<li class="toctree-l4"><a class="reference internal" href="reference/lexical_analysis.html#whitespace-between-tokens">2.1.9. Whitespace between tokens</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="reference/lexical_analysis.html#other-tokens">2.2. Other tokens</a></li>
<li class="toctree-l3"><a class="reference internal" href="reference/lexical_analysis.html#identifiers">2.3. Identifiers and keywords</a><ul>
<li class="toctree-l4"><a class="reference internal" href="reference/lexical_analysis.html#keywords">2.3.1. Keywords</a></li>
<li class="toctree-l4"><a class="reference internal" href="reference/lexical_analysis.html#reserved-classes-of-identifiers">2.3.2. Reserved classes of identifiers</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="reference/lexical_analysis.html#literals">2.4. Literals</a><ul>
<li class="toctree-l4"><a class="reference internal" href="reference/lexical_analysis.html#string-and-bytes-literals">2.4.1. String and Bytes literals</a></li>
<li class="toctree-l4"><a class="reference internal" href="reference/lexical_analysis.html#string-literal-concatenation">2.4.2. String literal concatenation</a></li>
<li class="toctree-l4"><a class="reference internal" href="reference/lexical_analysis.html#numeric-literals">2.4.3. Numeric literals</a></li>
<li class="toctree-l4"><a class="reference internal" href="reference/lexical_analysis.html#integer-literals">2.4.4. Integer literals</a></li>
<li class="toctree-l4"><a class="reference internal" href="reference/lexical_analysis.html#floating-point-literals">2.4.5. Floating point literals</a></li>
<li class="toctree-l4"><a class="reference internal" href="reference/lexical_analysis.html#imaginary-literals">2.4.6. Imaginary literals</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="reference/lexical_analysis.html#operators">2.5. Operators</a></li>
<li class="toctree-l3"><a class="reference internal" href="reference/lexical_analysis.html#delimiters">2.6. Delimiters</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="reference/datamodel.html">3. Data model</a><ul>
<li class="toctree-l3"><a class="reference internal" href="reference/datamodel.html#objects-values-and-types">3.1. Objects, values and types</a></li>
<li class="toctree-l3"><a class="reference internal" href="reference/datamodel.html#the-standard-type-hierarchy">3.2. The standard type hierarchy</a></li>
<li class="toctree-l3"><a class="reference internal" href="reference/datamodel.html#special-method-names">3.3. Special method names</a><ul>
<li class="toctree-l4"><a class="reference internal" href="reference/datamodel.html#basic-customization">3.3.1. Basic customization</a></li>
<li class="toctree-l4"><a class="reference internal" href="reference/datamodel.html#customizing-attribute-access">3.3.2. Customizing attribute access</a><ul>
<li class="toctree-l5"><a class="reference internal" href="reference/datamodel.html#implementing-descriptors">3.3.2.1. Implementing Descriptors</a></li>
<li class="toctree-l5"><a class="reference internal" href="reference/datamodel.html#invoking-descriptors">3.3.2.2. Invoking Descriptors</a></li>
<li class="toctree-l5"><a class="reference internal" href="reference/datamodel.html#slots">3.3.2.3. __slots__</a><ul>
<li class="toctree-l6"><a class="reference internal" href="reference/datamodel.html#notes-on-using-slots">3.3.2.3.1. Notes on using <em>__slots__</em></a></li>
</ul>
</li>
</ul>
</li>
<li class="toctree-l4"><a class="reference internal" href="reference/datamodel.html#customizing-class-creation">3.3.3. Customizing class creation</a></li>
<li class="toctree-l4"><a class="reference internal" href="reference/datamodel.html#customizing-instance-and-subclass-checks">3.3.4. Customizing instance and subclass checks</a></li>
<li class="toctree-l4"><a class="reference internal" href="reference/datamodel.html#emulating-callable-objects">3.3.5. Emulating callable objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="reference/datamodel.html#emulating-container-types">3.3.6. Emulating container types</a></li>
<li class="toctree-l4"><a class="reference internal" href="reference/datamodel.html#emulating-numeric-types">3.3.7. Emulating numeric types</a></li>
<li class="toctree-l4"><a class="reference internal" href="reference/datamodel.html#with-statement-context-managers">3.3.8. With Statement Context Managers</a></li>
<li class="toctree-l4"><a class="reference internal" href="reference/datamodel.html#special-method-lookup">3.3.9. Special method lookup</a></li>
</ul>
</li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="reference/executionmodel.html">4. Execution model</a><ul>
<li class="toctree-l3"><a class="reference internal" href="reference/executionmodel.html#naming-and-binding">4.1. Naming and binding</a><ul>
<li class="toctree-l4"><a class="reference internal" href="reference/executionmodel.html#interaction-with-dynamic-features">4.1.1. Interaction with dynamic features</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="reference/executionmodel.html#exceptions">4.2. Exceptions</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="reference/expressions.html">5. Expressions</a><ul>
<li class="toctree-l3"><a class="reference internal" href="reference/expressions.html#arithmetic-conversions">5.1. Arithmetic conversions</a></li>
<li class="toctree-l3"><a class="reference internal" href="reference/expressions.html#atoms">5.2. Atoms</a><ul>
<li class="toctree-l4"><a class="reference internal" href="reference/expressions.html#atom-identifiers">5.2.1. Identifiers (Names)</a></li>
<li class="toctree-l4"><a class="reference internal" href="reference/expressions.html#literals">5.2.2. Literals</a></li>
<li class="toctree-l4"><a class="reference internal" href="reference/expressions.html#parenthesized-forms">5.2.3. Parenthesized forms</a></li>
<li class="toctree-l4"><a class="reference internal" href="reference/expressions.html#displays-for-lists-sets-and-dictionaries">5.2.4. Displays for lists, sets and dictionaries</a></li>
<li class="toctree-l4"><a class="reference internal" href="reference/expressions.html#list-displays">5.2.5. List displays</a></li>
<li class="toctree-l4"><a class="reference internal" href="reference/expressions.html#set-displays">5.2.6. Set displays</a></li>
<li class="toctree-l4"><a class="reference internal" href="reference/expressions.html#dictionary-displays">5.2.7. Dictionary displays</a></li>
<li class="toctree-l4"><a class="reference internal" href="reference/expressions.html#generator-expressions">5.2.8. Generator expressions</a></li>
<li class="toctree-l4"><a class="reference internal" href="reference/expressions.html#yield-expressions">5.2.9. Yield expressions</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="reference/expressions.html#primaries">5.3. Primaries</a><ul>
<li class="toctree-l4"><a class="reference internal" href="reference/expressions.html#attribute-references">5.3.1. Attribute references</a></li>
<li class="toctree-l4"><a class="reference internal" href="reference/expressions.html#subscriptions">5.3.2. Subscriptions</a></li>
<li class="toctree-l4"><a class="reference internal" href="reference/expressions.html#slicings">5.3.3. Slicings</a></li>
<li class="toctree-l4"><a class="reference internal" href="reference/expressions.html#calls">5.3.4. Calls</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="reference/expressions.html#the-power-operator">5.4. The power operator</a></li>
<li class="toctree-l3"><a class="reference internal" href="reference/expressions.html#unary-arithmetic-and-bitwise-operations">5.5. Unary arithmetic and bitwise operations</a></li>
<li class="toctree-l3"><a class="reference internal" href="reference/expressions.html#binary-arithmetic-operations">5.6. Binary arithmetic operations</a></li>
<li class="toctree-l3"><a class="reference internal" href="reference/expressions.html#shifting-operations">5.7. Shifting operations</a></li>
<li class="toctree-l3"><a class="reference internal" href="reference/expressions.html#binary-bitwise-operations">5.8. Binary bitwise operations</a></li>
<li class="toctree-l3"><a class="reference internal" href="reference/expressions.html#not-in">5.9. Comparisons</a></li>
<li class="toctree-l3"><a class="reference internal" href="reference/expressions.html#boolean-operations">5.10. Boolean operations</a></li>
<li class="toctree-l3"><a class="reference internal" href="reference/expressions.html#conditional-expressions">5.11. Conditional expressions</a></li>
<li class="toctree-l3"><a class="reference internal" href="reference/expressions.html#lambda">5.12. Lambdas</a></li>
<li class="toctree-l3"><a class="reference internal" href="reference/expressions.html#expression-lists">5.13. Expression lists</a></li>
<li class="toctree-l3"><a class="reference internal" href="reference/expressions.html#evaluation-order">5.14. Evaluation order</a></li>
<li class="toctree-l3"><a class="reference internal" href="reference/expressions.html#summary">5.15. Summary</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="reference/simple_stmts.html">6. Simple statements</a><ul>
<li class="toctree-l3"><a class="reference internal" href="reference/simple_stmts.html#expression-statements">6.1. Expression statements</a></li>
<li class="toctree-l3"><a class="reference internal" href="reference/simple_stmts.html#assignment-statements">6.2. Assignment statements</a><ul>
<li class="toctree-l4"><a class="reference internal" href="reference/simple_stmts.html#augmented-assignment-statements">6.2.1. Augmented assignment statements</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="reference/simple_stmts.html#the-assert-statement">6.3. The <tt class="docutils literal"><span class="pre">assert</span></tt> statement</a></li>
<li class="toctree-l3"><a class="reference internal" href="reference/simple_stmts.html#the-pass-statement">6.4. The <tt class="docutils literal"><span class="pre">pass</span></tt> statement</a></li>
<li class="toctree-l3"><a class="reference internal" href="reference/simple_stmts.html#the-del-statement">6.5. The <tt class="docutils literal"><span class="pre">del</span></tt> statement</a></li>
<li class="toctree-l3"><a class="reference internal" href="reference/simple_stmts.html#the-return-statement">6.6. The <tt class="docutils literal"><span class="pre">return</span></tt> statement</a></li>
<li class="toctree-l3"><a class="reference internal" href="reference/simple_stmts.html#the-yield-statement">6.7. The <tt class="docutils literal"><span class="pre">yield</span></tt> statement</a></li>
<li class="toctree-l3"><a class="reference internal" href="reference/simple_stmts.html#the-raise-statement">6.8. The <tt class="docutils literal"><span class="pre">raise</span></tt> statement</a></li>
<li class="toctree-l3"><a class="reference internal" href="reference/simple_stmts.html#the-break-statement">6.9. The <tt class="docutils literal"><span class="pre">break</span></tt> statement</a></li>
<li class="toctree-l3"><a class="reference internal" href="reference/simple_stmts.html#the-continue-statement">6.10. The <tt class="docutils literal"><span class="pre">continue</span></tt> statement</a></li>
<li class="toctree-l3"><a class="reference internal" href="reference/simple_stmts.html#the-import-statement">6.11. The <tt class="docutils literal"><span class="pre">import</span></tt> statement</a><ul>
<li class="toctree-l4"><a class="reference internal" href="reference/simple_stmts.html#future-statements">6.11.1. Future statements</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="reference/simple_stmts.html#the-global-statement">6.12. The <tt class="docutils literal"><span class="pre">global</span></tt> statement</a></li>
<li class="toctree-l3"><a class="reference internal" href="reference/simple_stmts.html#the-nonlocal-statement">6.13. The <tt class="docutils literal"><span class="pre">nonlocal</span></tt> statement</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="reference/compound_stmts.html">7. Compound statements</a><ul>
<li class="toctree-l3"><a class="reference internal" href="reference/compound_stmts.html#the-if-statement">7.1. The <tt class="docutils literal"><span class="pre">if</span></tt> statement</a></li>
<li class="toctree-l3"><a class="reference internal" href="reference/compound_stmts.html#the-while-statement">7.2. The <tt class="docutils literal"><span class="pre">while</span></tt> statement</a></li>
<li class="toctree-l3"><a class="reference internal" href="reference/compound_stmts.html#the-for-statement">7.3. The <tt class="docutils literal"><span class="pre">for</span></tt> statement</a></li>
<li class="toctree-l3"><a class="reference internal" href="reference/compound_stmts.html#the-try-statement">7.4. The <tt class="docutils literal"><span class="pre">try</span></tt> statement</a></li>
<li class="toctree-l3"><a class="reference internal" href="reference/compound_stmts.html#the-with-statement">7.5. The <tt class="docutils literal"><span class="pre">with</span></tt> statement</a></li>
<li class="toctree-l3"><a class="reference internal" href="reference/compound_stmts.html#function-definitions">7.6. Function definitions</a></li>
<li class="toctree-l3"><a class="reference internal" href="reference/compound_stmts.html#class-definitions">7.7. Class definitions</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="reference/toplevel_components.html">8. Top-level components</a><ul>
<li class="toctree-l3"><a class="reference internal" href="reference/toplevel_components.html#complete-python-programs">8.1. Complete Python programs</a></li>
<li class="toctree-l3"><a class="reference internal" href="reference/toplevel_components.html#file-input">8.2. File input</a></li>
<li class="toctree-l3"><a class="reference internal" href="reference/toplevel_components.html#interactive-input">8.3. Interactive input</a></li>
<li class="toctree-l3"><a class="reference internal" href="reference/toplevel_components.html#expression-input">8.4. Expression input</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="reference/grammar.html">9. Full Grammar specification</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="library/index.html">The Python Standard Library</a><ul>
<li class="toctree-l2"><a class="reference internal" href="library/intro.html">1. Introduction</a></li>
<li class="toctree-l2"><a class="reference internal" href="library/functions.html">2. Built-in Functions</a></li>
<li class="toctree-l2"><a class="reference internal" href="library/constants.html">3. Built-in Constants</a><ul>
<li class="toctree-l3"><a class="reference internal" href="library/constants.html#constants-added-by-the-site-module">3.1. Constants added by the <tt class="docutils literal"><span class="pre">site</span></tt> module</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="library/stdtypes.html">4. Built-in Types</a><ul>
<li class="toctree-l3"><a class="reference internal" href="library/stdtypes.html#truth-value-testing">4.1. Truth Value Testing</a></li>
<li class="toctree-l3"><a class="reference internal" href="library/stdtypes.html#boolean-operations-and-or-not">4.2. Boolean Operations &#8212; <tt class="docutils literal"><span class="pre">and</span></tt>, <tt class="docutils literal"><span class="pre">or</span></tt>, <tt class="docutils literal"><span class="pre">not</span></tt></a></li>
<li class="toctree-l3"><a class="reference internal" href="library/stdtypes.html#comparisons">4.3. Comparisons</a></li>
<li class="toctree-l3"><a class="reference internal" href="library/stdtypes.html#numeric-types-int-float-complex">4.4. Numeric Types &#8212; <tt class="docutils literal"><span class="pre">int</span></tt>, <tt class="docutils literal"><span class="pre">float</span></tt>, <tt class="docutils literal"><span class="pre">complex</span></tt></a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/stdtypes.html#bitwise-operations-on-integer-types">4.4.1. Bitwise Operations on Integer Types</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/stdtypes.html#additional-methods-on-integer-types">4.4.2. Additional Methods on Integer Types</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/stdtypes.html#additional-methods-on-float">4.4.3. Additional Methods on Float</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/stdtypes.html#hashing-of-numeric-types">4.4.4. Hashing of numeric types</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/stdtypes.html#iterator-types">4.5. Iterator Types</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/stdtypes.html#generator-types">4.5.1. Generator Types</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/stdtypes.html#sequence-types-str-bytes-bytearray-list-tuple-range">4.6. Sequence Types &#8212; <tt class="docutils literal"><span class="pre">str</span></tt>, <tt class="docutils literal"><span class="pre">bytes</span></tt>, <tt class="docutils literal"><span class="pre">bytearray</span></tt>, <tt class="docutils literal"><span class="pre">list</span></tt>, <tt class="docutils literal"><span class="pre">tuple</span></tt>, <tt class="docutils literal"><span class="pre">range</span></tt></a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/stdtypes.html#string-methods">4.6.1. String Methods</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/stdtypes.html#old-string-formatting-operations">4.6.2. Old String Formatting Operations</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/stdtypes.html#range-type">4.6.3. Range Type</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/stdtypes.html#mutable-sequence-types">4.6.4. Mutable Sequence Types</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/stdtypes.html#bytes-and-byte-array-methods">4.6.5. Bytes and Byte Array Methods</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/stdtypes.html#set-types-set-frozenset">4.7. Set Types &#8212; <tt class="docutils literal"><span class="pre">set</span></tt>, <tt class="docutils literal"><span class="pre">frozenset</span></tt></a></li>
<li class="toctree-l3"><a class="reference internal" href="library/stdtypes.html#mapping-types-dict">4.8. Mapping Types &#8212; <tt class="docutils literal"><span class="pre">dict</span></tt></a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/stdtypes.html#dictionary-view-objects">4.8.1. Dictionary view objects</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/stdtypes.html#memoryview-type">4.9. memoryview type</a></li>
<li class="toctree-l3"><a class="reference internal" href="library/stdtypes.html#context-manager-types">4.10. Context Manager Types</a></li>
<li class="toctree-l3"><a class="reference internal" href="library/stdtypes.html#other-built-in-types">4.11. Other Built-in Types</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/stdtypes.html#modules">4.11.1. Modules</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/stdtypes.html#classes-and-class-instances">4.11.2. Classes and Class Instances</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/stdtypes.html#functions">4.11.3. Functions</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/stdtypes.html#methods">4.11.4. Methods</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/stdtypes.html#code-objects">4.11.5. Code Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/stdtypes.html#type-objects">4.11.6. Type Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/stdtypes.html#the-null-object">4.11.7. The Null Object</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/stdtypes.html#the-ellipsis-object">4.11.8. The Ellipsis Object</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/stdtypes.html#the-notimplemented-object">4.11.9. The NotImplemented Object</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/stdtypes.html#boolean-values">4.11.10. Boolean Values</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/stdtypes.html#internal-objects">4.11.11. Internal Objects</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/stdtypes.html#special-attributes">4.12. Special Attributes</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="library/exceptions.html">5. Built-in Exceptions</a><ul>
<li class="toctree-l3"><a class="reference internal" href="library/exceptions.html#exception-hierarchy">5.1. Exception hierarchy</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="library/strings.html">6. String Services</a><ul>
<li class="toctree-l3"><a class="reference internal" href="library/string.html">6.1. <tt class="docutils literal"><span class="pre">string</span></tt> &#8212; Common string operations</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/string.html#string-constants">6.1.1. String constants</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/string.html#string-formatting">6.1.2. String Formatting</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/string.html#format-string-syntax">6.1.3. Format String Syntax</a><ul>
<li class="toctree-l5"><a class="reference internal" href="library/string.html#format-specification-mini-language">6.1.3.1. Format Specification Mini-Language</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/string.html#format-examples">6.1.3.2. Format examples</a></li>
</ul>
</li>
<li class="toctree-l4"><a class="reference internal" href="library/string.html#template-strings">6.1.4. Template strings</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/string.html#helper-functions">6.1.5. Helper functions</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/re.html">6.2. <tt class="docutils literal"><span class="pre">re</span></tt> &#8212; Regular expression operations</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/re.html#regular-expression-syntax">6.2.1. Regular Expression Syntax</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/re.html#matching-vs-searching">6.2.2. Matching vs. Searching</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/re.html#module-contents">6.2.3. Module Contents</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/re.html#regular-expression-objects">6.2.4. Regular Expression Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/re.html#match-objects">6.2.5. Match Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/re.html#regular-expression-examples">6.2.6. Regular Expression Examples</a><ul>
<li class="toctree-l5"><a class="reference internal" href="library/re.html#checking-for-a-pair">6.2.6.1. Checking for a Pair</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/re.html#simulating-scanf">6.2.6.2. Simulating scanf()</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/re.html#avoiding-recursion">6.2.6.3. Avoiding recursion</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/re.html#search-vs-match">6.2.6.4. search() vs. match()</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/re.html#making-a-phonebook">6.2.6.5. Making a Phonebook</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/re.html#text-munging">6.2.6.6. Text Munging</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/re.html#finding-all-adverbs">6.2.6.7. Finding all Adverbs</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/re.html#finding-all-adverbs-and-their-positions">6.2.6.8. Finding all Adverbs and their Positions</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/re.html#raw-string-notation">6.2.6.9. Raw String Notation</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/re.html#writing-a-tokenizer">6.2.6.10. Writing a Tokenizer</a></li>
</ul>
</li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/struct.html">6.3. <tt class="docutils literal"><span class="pre">struct</span></tt> &#8212; Interpret bytes as packed binary data</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/struct.html#functions-and-exceptions">6.3.1. Functions and Exceptions</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/struct.html#format-strings">6.3.2. Format Strings</a><ul>
<li class="toctree-l5"><a class="reference internal" href="library/struct.html#byte-order-size-and-alignment">6.3.2.1. Byte Order, Size, and Alignment</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/struct.html#format-characters">6.3.2.2. Format Characters</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/struct.html#examples">6.3.2.3. Examples</a></li>
</ul>
</li>
<li class="toctree-l4"><a class="reference internal" href="library/struct.html#classes">6.3.3. Classes</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/difflib.html">6.4. <tt class="docutils literal"><span class="pre">difflib</span></tt> &#8212; Helpers for computing deltas</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/difflib.html#sequencematcher-objects">6.4.1. SequenceMatcher Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/difflib.html#sequencematcher-examples">6.4.2. SequenceMatcher Examples</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/difflib.html#differ-objects">6.4.3. Differ Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/difflib.html#differ-example">6.4.4. Differ Example</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/difflib.html#a-command-line-interface-to-difflib">6.4.5. A command-line interface to difflib</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/textwrap.html">6.5. <tt class="docutils literal"><span class="pre">textwrap</span></tt> &#8212; Text wrapping and filling</a></li>
<li class="toctree-l3"><a class="reference internal" href="library/codecs.html">6.6. <tt class="docutils literal"><span class="pre">codecs</span></tt> &#8212; Codec registry and base classes</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/codecs.html#codec-base-classes">6.6.1. Codec Base Classes</a><ul>
<li class="toctree-l5"><a class="reference internal" href="library/codecs.html#codec-objects">6.6.1.1. Codec Objects</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/codecs.html#incrementalencoder-objects">6.6.1.2. IncrementalEncoder Objects</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/codecs.html#incrementaldecoder-objects">6.6.1.3. IncrementalDecoder Objects</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/codecs.html#streamwriter-objects">6.6.1.4. StreamWriter Objects</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/codecs.html#streamreader-objects">6.6.1.5. StreamReader Objects</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/codecs.html#streamreaderwriter-objects">6.6.1.6. StreamReaderWriter Objects</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/codecs.html#streamrecoder-objects">6.6.1.7. StreamRecoder Objects</a></li>
</ul>
</li>
<li class="toctree-l4"><a class="reference internal" href="library/codecs.html#encodings-and-unicode">6.6.2. Encodings and Unicode</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/codecs.html#standard-encodings">6.6.3. Standard Encodings</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/codecs.html#module-encodings.idna">6.6.4. <tt class="docutils literal"><span class="pre">encodings.idna</span></tt> &#8212; Internationalized Domain Names in Applications</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/codecs.html#module-encodings.mbcs">6.6.5. <tt class="docutils literal"><span class="pre">encodings.mbcs</span></tt> &#8212; Windows ANSI codepage</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/codecs.html#module-encodings.utf_8_sig">6.6.6. <tt class="docutils literal"><span class="pre">encodings.utf_8_sig</span></tt> &#8212; UTF-8 codec with BOM signature</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/unicodedata.html">6.7. <tt class="docutils literal"><span class="pre">unicodedata</span></tt> &#8212; Unicode Database</a></li>
<li class="toctree-l3"><a class="reference internal" href="library/stringprep.html">6.8. <tt class="docutils literal"><span class="pre">stringprep</span></tt> &#8212; Internet String Preparation</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="library/datatypes.html">7. Data Types</a><ul>
<li class="toctree-l3"><a class="reference internal" href="library/datetime.html">7.1. <tt class="docutils literal"><span class="pre">datetime</span></tt> &#8212; Basic date and time types</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/datetime.html#available-types">7.1.1. Available Types</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/datetime.html#timedelta-objects">7.1.2. <tt class="docutils literal"><span class="pre">timedelta</span></tt> Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/datetime.html#date-objects">7.1.3. <tt class="docutils literal"><span class="pre">date</span></tt> Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/datetime.html#datetime-objects">7.1.4. <tt class="docutils literal"><span class="pre">datetime</span></tt> Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/datetime.html#time-objects">7.1.5. <tt class="docutils literal"><span class="pre">time</span></tt> Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/datetime.html#tzinfo-objects">7.1.6. <tt class="docutils literal"><span class="pre">tzinfo</span></tt> Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/datetime.html#timezone-objects">7.1.7. <tt class="docutils literal"><span class="pre">timezone</span></tt> Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/datetime.html#strftime-and-strptime-behavior">7.1.8. <tt class="docutils literal"><span class="pre">strftime()</span></tt> and <tt class="docutils literal"><span class="pre">strptime()</span></tt> Behavior</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/calendar.html">7.2. <tt class="docutils literal"><span class="pre">calendar</span></tt> &#8212; General calendar-related functions</a></li>
<li class="toctree-l3"><a class="reference internal" href="library/collections.html">7.3. <tt class="docutils literal"><span class="pre">collections</span></tt> &#8212; Container datatypes</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/collections.html#counter-objects">7.3.1. <tt class="docutils literal"><span class="pre">Counter</span></tt> objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/collections.html#deque-objects">7.3.2. <tt class="docutils literal"><span class="pre">deque</span></tt> objects</a><ul>
<li class="toctree-l5"><a class="reference internal" href="library/collections.html#deque-recipes">7.3.2.1. <tt class="docutils literal"><span class="pre">deque</span></tt> Recipes</a></li>
</ul>
</li>
<li class="toctree-l4"><a class="reference internal" href="library/collections.html#defaultdict-objects">7.3.3. <tt class="docutils literal"><span class="pre">defaultdict</span></tt> objects</a><ul>
<li class="toctree-l5"><a class="reference internal" href="library/collections.html#defaultdict-examples">7.3.3.1. <tt class="docutils literal"><span class="pre">defaultdict</span></tt> Examples</a></li>
</ul>
</li>
<li class="toctree-l4"><a class="reference internal" href="library/collections.html#namedtuple-factory-function-for-tuples-with-named-fields">7.3.4. <tt class="docutils literal"><span class="pre">namedtuple()</span></tt> Factory Function for Tuples with Named Fields</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/collections.html#ordereddict-objects">7.3.5. <tt class="docutils literal"><span class="pre">OrderedDict</span></tt> objects</a><ul>
<li class="toctree-l5"><a class="reference internal" href="library/collections.html#ordereddict-examples-and-recipes">7.3.5.1. <tt class="docutils literal"><span class="pre">OrderedDict</span></tt> Examples and Recipes</a></li>
</ul>
</li>
<li class="toctree-l4"><a class="reference internal" href="library/collections.html#userdict-objects">7.3.6. <tt class="docutils literal"><span class="pre">UserDict</span></tt> objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/collections.html#userlist-objects">7.3.7. <tt class="docutils literal"><span class="pre">UserList</span></tt> objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/collections.html#userstring-objects">7.3.8. <tt class="docutils literal"><span class="pre">UserString</span></tt> objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/collections.html#abcs-abstract-base-classes">7.3.9. ABCs - abstract base classes</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/heapq.html">7.4. <tt class="docutils literal"><span class="pre">heapq</span></tt> &#8212; Heap queue algorithm</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/heapq.html#basic-examples">7.4.1. Basic Examples</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/heapq.html#priority-queue-implementation-notes">7.4.2. Priority Queue Implementation Notes</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/heapq.html#theory">7.4.3. Theory</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/bisect.html">7.5. <tt class="docutils literal"><span class="pre">bisect</span></tt> &#8212; Array bisection algorithm</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/bisect.html#searching-sorted-lists">7.5.1. Searching Sorted Lists</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/bisect.html#other-examples">7.5.2. Other Examples</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/array.html">7.6. <tt class="docutils literal"><span class="pre">array</span></tt> &#8212; Efficient arrays of numeric values</a></li>
<li class="toctree-l3"><a class="reference internal" href="library/sched.html">7.7. <tt class="docutils literal"><span class="pre">sched</span></tt> &#8212; Event scheduler</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/sched.html#scheduler-objects">7.7.1. Scheduler Objects</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/queue.html">7.8. <tt class="docutils literal"><span class="pre">queue</span></tt> &#8212; A synchronized queue class</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/queue.html#queue-objects">7.8.1. Queue Objects</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/weakref.html">7.9. <tt class="docutils literal"><span class="pre">weakref</span></tt> &#8212; Weak references</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/weakref.html#weak-reference-objects">7.9.1. Weak Reference Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/weakref.html#example">7.9.2. Example</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/types.html">7.10. <tt class="docutils literal"><span class="pre">types</span></tt> &#8212; Names for built-in types</a></li>
<li class="toctree-l3"><a class="reference internal" href="library/copy.html">7.11. <tt class="docutils literal"><span class="pre">copy</span></tt> &#8212; Shallow and deep copy operations</a></li>
<li class="toctree-l3"><a class="reference internal" href="library/pprint.html">7.12. <tt class="docutils literal"><span class="pre">pprint</span></tt> &#8212; Data pretty printer</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/pprint.html#prettyprinter-objects">7.12.1. PrettyPrinter Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/pprint.html#example">7.12.2. Example</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/reprlib.html">7.13. <tt class="docutils literal"><span class="pre">reprlib</span></tt> &#8212; Alternate <tt class="docutils literal"><span class="pre">repr()</span></tt> implementation</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/reprlib.html#repr-objects">7.13.1. Repr Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/reprlib.html#subclassing-repr-objects">7.13.2. Subclassing Repr Objects</a></li>
</ul>
</li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="library/numeric.html">8. Numeric and Mathematical Modules</a><ul>
<li class="toctree-l3"><a class="reference internal" href="library/numbers.html">8.1. <tt class="docutils literal"><span class="pre">numbers</span></tt> &#8212; Numeric abstract base classes</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/numbers.html#the-numeric-tower">8.1.1. The numeric tower</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/numbers.html#notes-for-type-implementors">8.1.2. Notes for type implementors</a><ul>
<li class="toctree-l5"><a class="reference internal" href="library/numbers.html#adding-more-numeric-abcs">8.1.2.1. Adding More Numeric ABCs</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/numbers.html#implementing-the-arithmetic-operations">8.1.2.2. Implementing the arithmetic operations</a></li>
</ul>
</li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/math.html">8.2. <tt class="docutils literal"><span class="pre">math</span></tt> &#8212; Mathematical functions</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/math.html#number-theoretic-and-representation-functions">8.2.1. Number-theoretic and representation functions</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/math.html#power-and-logarithmic-functions">8.2.2. Power and logarithmic functions</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/math.html#trigonometric-functions">8.2.3. Trigonometric functions</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/math.html#angular-conversion">8.2.4. Angular conversion</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/math.html#hyperbolic-functions">8.2.5. Hyperbolic functions</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/math.html#special-functions">8.2.6. Special functions</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/math.html#constants">8.2.7. Constants</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/cmath.html">8.3. <tt class="docutils literal"><span class="pre">cmath</span></tt> &#8212; Mathematical functions for complex numbers</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/cmath.html#conversions-to-and-from-polar-coordinates">8.3.1. Conversions to and from polar coordinates</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/cmath.html#power-and-logarithmic-functions">8.3.2. Power and logarithmic functions</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/cmath.html#trigonometric-functions">8.3.3. Trigonometric functions</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/cmath.html#hyperbolic-functions">8.3.4. Hyperbolic functions</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/cmath.html#classification-functions">8.3.5. Classification functions</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/cmath.html#constants">8.3.6. Constants</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/decimal.html">8.4. <tt class="docutils literal"><span class="pre">decimal</span></tt> &#8212; Decimal fixed point and floating point arithmetic</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/decimal.html#quick-start-tutorial">8.4.1. Quick-start Tutorial</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/decimal.html#decimal-objects">8.4.2. Decimal objects</a><ul>
<li class="toctree-l5"><a class="reference internal" href="library/decimal.html#logical-operands">8.4.2.1. Logical operands</a></li>
</ul>
</li>
<li class="toctree-l4"><a class="reference internal" href="library/decimal.html#context-objects">8.4.3. Context objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/decimal.html#signals">8.4.4. Signals</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/decimal.html#floating-point-notes">8.4.5. Floating Point Notes</a><ul>
<li class="toctree-l5"><a class="reference internal" href="library/decimal.html#mitigating-round-off-error-with-increased-precision">8.4.5.1. Mitigating round-off error with increased precision</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/decimal.html#special-values">8.4.5.2. Special values</a></li>
</ul>
</li>
<li class="toctree-l4"><a class="reference internal" href="library/decimal.html#working-with-threads">8.4.6. Working with threads</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/decimal.html#recipes">8.4.7. Recipes</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/decimal.html#decimal-faq">8.4.8. Decimal FAQ</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/fractions.html">8.5. <tt class="docutils literal"><span class="pre">fractions</span></tt> &#8212; Rational numbers</a></li>
<li class="toctree-l3"><a class="reference internal" href="library/random.html">8.6. <tt class="docutils literal"><span class="pre">random</span></tt> &#8212; Generate pseudo-random numbers</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/random.html#notes-on-reproducibility">8.6.1. Notes on Reproducibility</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/random.html#examples-and-recipes">8.6.2. Examples and Recipes</a></li>
</ul>
</li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="library/functional.html">9. Functional Programming Modules</a><ul>
<li class="toctree-l3"><a class="reference internal" href="library/itertools.html">9.1. <tt class="docutils literal"><span class="pre">itertools</span></tt> &#8212; Functions creating iterators for efficient looping</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/itertools.html#itertool-functions">9.1.1. Itertool functions</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/itertools.html#itertools-recipes">9.1.2. Itertools Recipes</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/functools.html">9.2. <tt class="docutils literal"><span class="pre">functools</span></tt> &#8212; Higher-order functions and operations on callable objects</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/functools.html#partial-objects">9.2.1. <tt class="docutils literal"><span class="pre">partial</span></tt> Objects</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/operator.html">9.3. <tt class="docutils literal"><span class="pre">operator</span></tt> &#8212; Standard operators as functions</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/operator.html#mapping-operators-to-functions">9.3.1. Mapping Operators to Functions</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/operator.html#inplace-operators">9.4. Inplace Operators</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="library/filesys.html">10. File and Directory Access</a><ul>
<li class="toctree-l3"><a class="reference internal" href="library/os.path.html">10.1. <tt class="docutils literal"><span class="pre">os.path</span></tt> &#8212; Common pathname manipulations</a></li>
<li class="toctree-l3"><a class="reference internal" href="library/fileinput.html">10.2. <tt class="docutils literal"><span class="pre">fileinput</span></tt> &#8212; Iterate over lines from multiple input streams</a></li>
<li class="toctree-l3"><a class="reference internal" href="library/stat.html">10.3. <tt class="docutils literal"><span class="pre">stat</span></tt> &#8212; Interpreting <tt class="docutils literal"><span class="pre">stat()</span></tt> results</a></li>
<li class="toctree-l3"><a class="reference internal" href="library/filecmp.html">10.4. <tt class="docutils literal"><span class="pre">filecmp</span></tt> &#8212; File and Directory Comparisons</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/filecmp.html#the-dircmp-class">10.4.1. The <tt class="docutils literal"><span class="pre">dircmp</span></tt> class</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/tempfile.html">10.5. <tt class="docutils literal"><span class="pre">tempfile</span></tt> &#8212; Generate temporary files and directories</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/tempfile.html#examples">10.5.1. Examples</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/glob.html">10.6. <tt class="docutils literal"><span class="pre">glob</span></tt> &#8212; Unix style pathname pattern expansion</a></li>
<li class="toctree-l3"><a class="reference internal" href="library/fnmatch.html">10.7. <tt class="docutils literal"><span class="pre">fnmatch</span></tt> &#8212; Unix filename pattern matching</a></li>
<li class="toctree-l3"><a class="reference internal" href="library/linecache.html">10.8. <tt class="docutils literal"><span class="pre">linecache</span></tt> &#8212; Random access to text lines</a></li>
<li class="toctree-l3"><a class="reference internal" href="library/shutil.html">10.9. <tt class="docutils literal"><span class="pre">shutil</span></tt> &#8212; High-level file operations</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/shutil.html#directory-and-files-operations">10.9.1. Directory and files operations</a><ul>
<li class="toctree-l5"><a class="reference internal" href="library/shutil.html#copytree-example">10.9.1.1. copytree example</a></li>
</ul>
</li>
<li class="toctree-l4"><a class="reference internal" href="library/shutil.html#archiving-operations">10.9.2. Archiving operations</a><ul>
<li class="toctree-l5"><a class="reference internal" href="library/shutil.html#archiving-example">10.9.2.1. Archiving example</a></li>
</ul>
</li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/macpath.html">10.10. <tt class="docutils literal"><span class="pre">macpath</span></tt> &#8212; Mac OS 9 path manipulation functions</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="library/persistence.html">11. Data Persistence</a><ul>
<li class="toctree-l3"><a class="reference internal" href="library/pickle.html">11.1. <tt class="docutils literal"><span class="pre">pickle</span></tt> &#8212; Python object serialization</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/pickle.html#relationship-to-other-python-modules">11.1.1. Relationship to other Python modules</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/pickle.html#data-stream-format">11.1.2. Data stream format</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/pickle.html#module-interface">11.1.3. Module Interface</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/pickle.html#what-can-be-pickled-and-unpickled">11.1.4. What can be pickled and unpickled?</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/pickle.html#pickling-class-instances">11.1.5. Pickling Class Instances</a><ul>
<li class="toctree-l5"><a class="reference internal" href="library/pickle.html#persistence-of-external-objects">11.1.5.1. Persistence of External Objects</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/pickle.html#handling-stateful-objects">11.1.5.2. Handling Stateful Objects</a></li>
</ul>
</li>
<li class="toctree-l4"><a class="reference internal" href="library/pickle.html#restricting-globals">11.1.6. Restricting Globals</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/pickle.html#examples">11.1.7. Examples</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/copyreg.html">11.2. <tt class="docutils literal"><span class="pre">copyreg</span></tt> &#8212; Register <tt class="docutils literal"><span class="pre">pickle</span></tt> support functions</a></li>
<li class="toctree-l3"><a class="reference internal" href="library/shelve.html">11.3. <tt class="docutils literal"><span class="pre">shelve</span></tt> &#8212; Python object persistence</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/shelve.html#restrictions">11.3.1. Restrictions</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/shelve.html#example">11.3.2. Example</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/marshal.html">11.4. <tt class="docutils literal"><span class="pre">marshal</span></tt> &#8212; Internal Python object serialization</a></li>
<li class="toctree-l3"><a class="reference internal" href="library/dbm.html">11.5. <tt class="docutils literal"><span class="pre">dbm</span></tt> &#8212; Interfaces to Unix &#8220;databases&#8221;</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/dbm.html#module-dbm.gnu">11.5.1. <tt class="docutils literal"><span class="pre">dbm.gnu</span></tt> &#8212; GNU&#8217;s reinterpretation of dbm</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/dbm.html#module-dbm.ndbm">11.5.2. <tt class="docutils literal"><span class="pre">dbm.ndbm</span></tt> &#8212; Interface based on ndbm</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/dbm.html#module-dbm.dumb">11.5.3. <tt class="docutils literal"><span class="pre">dbm.dumb</span></tt> &#8212; Portable DBM implementation</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/sqlite3.html">11.6. <tt class="docutils literal"><span class="pre">sqlite3</span></tt> &#8212; DB-API 2.0 interface for SQLite databases</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/sqlite3.html#module-functions-and-constants">11.6.1. Module functions and constants</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/sqlite3.html#connection-objects">11.6.2. Connection Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/sqlite3.html#cursor-objects">11.6.3. Cursor Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/sqlite3.html#row-objects">11.6.4. Row Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/sqlite3.html#sqlite-and-python-types">11.6.5. SQLite and Python types</a><ul>
<li class="toctree-l5"><a class="reference internal" href="library/sqlite3.html#introduction">11.6.5.1. Introduction</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/sqlite3.html#using-adapters-to-store-additional-python-types-in-sqlite-databases">11.6.5.2. Using adapters to store additional Python types in SQLite databases</a><ul>
<li class="toctree-l6"><a class="reference internal" href="library/sqlite3.html#letting-your-object-adapt-itself">11.6.5.2.1. Letting your object adapt itself</a></li>
<li class="toctree-l6"><a class="reference internal" href="library/sqlite3.html#registering-an-adapter-callable">11.6.5.2.2. Registering an adapter callable</a></li>
</ul>
</li>
<li class="toctree-l5"><a class="reference internal" href="library/sqlite3.html#converting-sqlite-values-to-custom-python-types">11.6.5.3. Converting SQLite values to custom Python types</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/sqlite3.html#default-adapters-and-converters">11.6.5.4. Default adapters and converters</a></li>
</ul>
</li>
<li class="toctree-l4"><a class="reference internal" href="library/sqlite3.html#controlling-transactions">11.6.6. Controlling Transactions</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/sqlite3.html#using-sqlite3-efficiently">11.6.7. Using <tt class="docutils literal"><span class="pre">sqlite3</span></tt> efficiently</a><ul>
<li class="toctree-l5"><a class="reference internal" href="library/sqlite3.html#using-shortcut-methods">11.6.7.1. Using shortcut methods</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/sqlite3.html#accessing-columns-by-name-instead-of-by-index">11.6.7.2. Accessing columns by name instead of by index</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/sqlite3.html#using-the-connection-as-a-context-manager">11.6.7.3. Using the connection as a context manager</a></li>
</ul>
</li>
<li class="toctree-l4"><a class="reference internal" href="library/sqlite3.html#common-issues">11.6.8. Common issues</a><ul>
<li class="toctree-l5"><a class="reference internal" href="library/sqlite3.html#multithreading">11.6.8.1. Multithreading</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="library/archiving.html">12. Data Compression and Archiving</a><ul>
<li class="toctree-l3"><a class="reference internal" href="library/zlib.html">12.1. <tt class="docutils literal"><span class="pre">zlib</span></tt> &#8212; Compression compatible with <strong class="program">gzip</strong></a></li>
<li class="toctree-l3"><a class="reference internal" href="library/gzip.html">12.2. <tt class="docutils literal"><span class="pre">gzip</span></tt> &#8212; Support for <strong class="program">gzip</strong> files</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/gzip.html#examples-of-usage">12.2.1. Examples of usage</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/bz2.html">12.3. <tt class="docutils literal"><span class="pre">bz2</span></tt> &#8212; Compression compatible with <strong class="program">bzip2</strong></a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/bz2.html#de-compression-of-files">12.3.1. (De)compression of files</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/bz2.html#sequential-de-compression">12.3.2. Sequential (de)compression</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/bz2.html#one-shot-de-compression">12.3.3. One-shot (de)compression</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/zipfile.html">12.4. <tt class="docutils literal"><span class="pre">zipfile</span></tt> &#8212; Work with ZIP archives</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/zipfile.html#zipfile-objects">12.4.1. ZipFile Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/zipfile.html#pyzipfile-objects">12.4.2. PyZipFile Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/zipfile.html#zipinfo-objects">12.4.3. ZipInfo Objects</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/tarfile.html">12.5. <tt class="docutils literal"><span class="pre">tarfile</span></tt> &#8212; Read and write tar archive files</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/tarfile.html#tarfile-objects">12.5.1. TarFile Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/tarfile.html#tarinfo-objects">12.5.2. TarInfo Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/tarfile.html#examples">12.5.3. Examples</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/tarfile.html#supported-tar-formats">12.5.4. Supported tar formats</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/tarfile.html#unicode-issues">12.5.5. Unicode issues</a></li>
</ul>
</li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="library/fileformats.html">13. File Formats</a><ul>
<li class="toctree-l3"><a class="reference internal" href="library/csv.html">13.1. <tt class="docutils literal"><span class="pre">csv</span></tt> &#8212; CSV File Reading and Writing</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/csv.html#module-contents">13.1.1. Module Contents</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/csv.html#dialects-and-formatting-parameters">13.1.2. Dialects and Formatting Parameters</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/csv.html#reader-objects">13.1.3. Reader Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/csv.html#writer-objects">13.1.4. Writer Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/csv.html#examples">13.1.5. Examples</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/configparser.html">13.2. <tt class="docutils literal"><span class="pre">configparser</span></tt> &#8212; Configuration file parser</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/configparser.html#quick-start">13.2.1. Quick Start</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/configparser.html#supported-datatypes">13.2.2. Supported Datatypes</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/configparser.html#fallback-values">13.2.3. Fallback Values</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/configparser.html#supported-ini-file-structure">13.2.4. Supported INI File Structure</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/configparser.html#interpolation-of-values">13.2.5. Interpolation of values</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/configparser.html#mapping-protocol-access">13.2.6. Mapping Protocol Access</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/configparser.html#customizing-parser-behaviour">13.2.7. Customizing Parser Behaviour</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/configparser.html#legacy-api-examples">13.2.8. Legacy API Examples</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/configparser.html#configparser-objects">13.2.9. ConfigParser Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/configparser.html#rawconfigparser-objects">13.2.10. RawConfigParser Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/configparser.html#exceptions">13.2.11. Exceptions</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/netrc.html">13.3. <tt class="docutils literal"><span class="pre">netrc</span></tt> &#8212; netrc file processing</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/netrc.html#netrc-objects">13.3.1. netrc Objects</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/xdrlib.html">13.4. <tt class="docutils literal"><span class="pre">xdrlib</span></tt> &#8212; Encode and decode XDR data</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/xdrlib.html#packer-objects">13.4.1. Packer Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/xdrlib.html#unpacker-objects">13.4.2. Unpacker Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/xdrlib.html#exceptions">13.4.3. Exceptions</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/plistlib.html">13.5. <tt class="docutils literal"><span class="pre">plistlib</span></tt> &#8212; Generate and parse Mac OS X <tt class="docutils literal"><span class="pre">.plist</span></tt> files</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/plistlib.html#examples">13.5.1. Examples</a></li>
</ul>
</li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="library/crypto.html">14. Cryptographic Services</a><ul>
<li class="toctree-l3"><a class="reference internal" href="library/hashlib.html">14.1. <tt class="docutils literal"><span class="pre">hashlib</span></tt> &#8212; Secure hashes and message digests</a></li>
<li class="toctree-l3"><a class="reference internal" href="library/hmac.html">14.2. <tt class="docutils literal"><span class="pre">hmac</span></tt> &#8212; Keyed-Hashing for Message Authentication</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="library/allos.html">15. Generic Operating System Services</a><ul>
<li class="toctree-l3"><a class="reference internal" href="library/os.html">15.1. <tt class="docutils literal"><span class="pre">os</span></tt> &#8212; Miscellaneous operating system interfaces</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/os.html#file-names-command-line-arguments-and-environment-variables">15.1.1. File Names, Command Line Arguments, and Environment Variables</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/os.html#process-parameters">15.1.2. Process Parameters</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/os.html#file-object-creation">15.1.3. File Object Creation</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/os.html#file-descriptor-operations">15.1.4. File Descriptor Operations</a><ul>
<li class="toctree-l5"><a class="reference internal" href="library/os.html#open-flag-constants">15.1.4.1. <tt class="docutils literal"><span class="pre">open()</span></tt> flag constants</a></li>
</ul>
</li>
<li class="toctree-l4"><a class="reference internal" href="library/os.html#files-and-directories">15.1.5. Files and Directories</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/os.html#process-management">15.1.6. Process Management</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/os.html#miscellaneous-system-information">15.1.7. Miscellaneous System Information</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/os.html#miscellaneous-functions">15.1.8. Miscellaneous Functions</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/io.html">15.2. <tt class="docutils literal"><span class="pre">io</span></tt> &#8212; Core tools for working with streams</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/io.html#overview">15.2.1. Overview</a><ul>
<li class="toctree-l5"><a class="reference internal" href="library/io.html#text-i-o">15.2.1.1. Text I/O</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/io.html#binary-i-o">15.2.1.2. Binary I/O</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/io.html#raw-i-o">15.2.1.3. Raw I/O</a></li>
</ul>
</li>
<li class="toctree-l4"><a class="reference internal" href="library/io.html#high-level-module-interface">15.2.2. High-level Module Interface</a><ul>
<li class="toctree-l5"><a class="reference internal" href="library/io.html#in-memory-streams">15.2.2.1. In-memory streams</a></li>
</ul>
</li>
<li class="toctree-l4"><a class="reference internal" href="library/io.html#class-hierarchy">15.2.3. Class hierarchy</a><ul>
<li class="toctree-l5"><a class="reference internal" href="library/io.html#i-o-base-classes">15.2.3.1. I/O Base Classes</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/io.html#raw-file-i-o">15.2.3.2. Raw File I/O</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/io.html#buffered-streams">15.2.3.3. Buffered Streams</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/io.html#id1">15.2.3.4. Text I/O</a></li>
</ul>
</li>
<li class="toctree-l4"><a class="reference internal" href="library/io.html#performance">15.2.4. Performance</a><ul>
<li class="toctree-l5"><a class="reference internal" href="library/io.html#id2">15.2.4.1. Binary I/O</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/io.html#id3">15.2.4.2. Text I/O</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/io.html#multi-threading">15.2.4.3. Multi-threading</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/io.html#reentrancy">15.2.4.4. Reentrancy</a></li>
</ul>
</li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/time.html">15.3. <tt class="docutils literal"><span class="pre">time</span></tt> &#8212; Time access and conversions</a></li>
<li class="toctree-l3"><a class="reference internal" href="library/argparse.html">15.4. <tt class="docutils literal"><span class="pre">argparse</span></tt> &#8212; Parser for command-line options, arguments and sub-commands</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/argparse.html#example">15.4.1. Example</a><ul>
<li class="toctree-l5"><a class="reference internal" href="library/argparse.html#creating-a-parser">15.4.1.1. Creating a parser</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/argparse.html#adding-arguments">15.4.1.2. Adding arguments</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/argparse.html#parsing-arguments">15.4.1.3. Parsing arguments</a></li>
</ul>
</li>
<li class="toctree-l4"><a class="reference internal" href="library/argparse.html#argumentparser-objects">15.4.2. ArgumentParser objects</a><ul>
<li class="toctree-l5"><a class="reference internal" href="library/argparse.html#description">15.4.2.1. description</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/argparse.html#epilog">15.4.2.2. epilog</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/argparse.html#add-help">15.4.2.3. add_help</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/argparse.html#prefix-chars">15.4.2.4. prefix_chars</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/argparse.html#fromfile-prefix-chars">15.4.2.5. fromfile_prefix_chars</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/argparse.html#argument-default">15.4.2.6. argument_default</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/argparse.html#parents">15.4.2.7. parents</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/argparse.html#formatter-class">15.4.2.8. formatter_class</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/argparse.html#conflict-handler">15.4.2.9. conflict_handler</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/argparse.html#prog">15.4.2.10. prog</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/argparse.html#usage">15.4.2.11. usage</a></li>
</ul>
</li>
<li class="toctree-l4"><a class="reference internal" href="library/argparse.html#the-add-argument-method">15.4.3. The add_argument() method</a><ul>
<li class="toctree-l5"><a class="reference internal" href="library/argparse.html#name-or-flags">15.4.3.1. name or flags</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/argparse.html#action">15.4.3.2. action</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/argparse.html#nargs">15.4.3.3. nargs</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/argparse.html#const">15.4.3.4. const</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/argparse.html#default">15.4.3.5. default</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/argparse.html#type">15.4.3.6. type</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/argparse.html#choices">15.4.3.7. choices</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/argparse.html#required">15.4.3.8. required</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/argparse.html#help">15.4.3.9. help</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/argparse.html#metavar">15.4.3.10. metavar</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/argparse.html#dest">15.4.3.11. dest</a></li>
</ul>
</li>
<li class="toctree-l4"><a class="reference internal" href="library/argparse.html#the-parse-args-method">15.4.4. The parse_args() method</a><ul>
<li class="toctree-l5"><a class="reference internal" href="library/argparse.html#option-value-syntax">15.4.4.1. Option value syntax</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/argparse.html#invalid-arguments">15.4.4.2. Invalid arguments</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/argparse.html#arguments-containing">15.4.4.3. Arguments containing <tt class="docutils literal"><span class="pre">-</span></tt></a></li>
<li class="toctree-l5"><a class="reference internal" href="library/argparse.html#argument-abbreviations">15.4.4.4. Argument abbreviations</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/argparse.html#beyond-sys-argv">15.4.4.5. Beyond <tt class="docutils literal"><span class="pre">sys.argv</span></tt></a></li>
<li class="toctree-l5"><a class="reference internal" href="library/argparse.html#the-namespace-object">15.4.4.6. The Namespace object</a></li>
</ul>
</li>
<li class="toctree-l4"><a class="reference internal" href="library/argparse.html#other-utilities">15.4.5. Other utilities</a><ul>
<li class="toctree-l5"><a class="reference internal" href="library/argparse.html#sub-commands">15.4.5.1. Sub-commands</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/argparse.html#filetype-objects">15.4.5.2. FileType objects</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/argparse.html#argument-groups">15.4.5.3. Argument groups</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/argparse.html#mutual-exclusion">15.4.5.4. Mutual exclusion</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/argparse.html#parser-defaults">15.4.5.5. Parser defaults</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/argparse.html#printing-help">15.4.5.6. Printing help</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/argparse.html#partial-parsing">15.4.5.7. Partial parsing</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/argparse.html#customizing-file-parsing">15.4.5.8. Customizing file parsing</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/argparse.html#exiting-methods">15.4.5.9. Exiting methods</a></li>
</ul>
</li>
<li class="toctree-l4"><a class="reference internal" href="library/argparse.html#upgrading-optparse-code">15.4.6. Upgrading optparse code</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/optparse.html">15.5. <tt class="docutils literal"><span class="pre">optparse</span></tt> &#8212; Parser for command line options</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/optparse.html#background">15.5.1. Background</a><ul>
<li class="toctree-l5"><a class="reference internal" href="library/optparse.html#terminology">15.5.1.1. Terminology</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/optparse.html#what-are-options-for">15.5.1.2. What are options for?</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/optparse.html#what-are-positional-arguments-for">15.5.1.3. What are positional arguments for?</a></li>
</ul>
</li>
<li class="toctree-l4"><a class="reference internal" href="library/optparse.html#tutorial">15.5.2. Tutorial</a><ul>
<li class="toctree-l5"><a class="reference internal" href="library/optparse.html#understanding-option-actions">15.5.2.1. Understanding option actions</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/optparse.html#the-store-action">15.5.2.2. The store action</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/optparse.html#handling-boolean-flag-options">15.5.2.3. Handling boolean (flag) options</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/optparse.html#other-actions">15.5.2.4. Other actions</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/optparse.html#default-values">15.5.2.5. Default values</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/optparse.html#generating-help">15.5.2.6. Generating help</a><ul>
<li class="toctree-l6"><a class="reference internal" href="library/optparse.html#grouping-options">15.5.2.6.1. Grouping Options</a></li>
</ul>
</li>
<li class="toctree-l5"><a class="reference internal" href="library/optparse.html#printing-a-version-string">15.5.2.7. Printing a version string</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/optparse.html#how-optparse-handles-errors">15.5.2.8. How <tt class="docutils literal"><span class="pre">optparse</span></tt> handles errors</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/optparse.html#putting-it-all-together">15.5.2.9. Putting it all together</a></li>
</ul>
</li>
<li class="toctree-l4"><a class="reference internal" href="library/optparse.html#reference-guide">15.5.3. Reference Guide</a><ul>
<li class="toctree-l5"><a class="reference internal" href="library/optparse.html#creating-the-parser">15.5.3.1. Creating the parser</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/optparse.html#populating-the-parser">15.5.3.2. Populating the parser</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/optparse.html#defining-options">15.5.3.3. Defining options</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/optparse.html#option-attributes">15.5.3.4. Option attributes</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/optparse.html#standard-option-actions">15.5.3.5. Standard option actions</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/optparse.html#standard-option-types">15.5.3.6. Standard option types</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/optparse.html#parsing-arguments">15.5.3.7. Parsing arguments</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/optparse.html#querying-and-manipulating-your-option-parser">15.5.3.8. Querying and manipulating your option parser</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/optparse.html#conflicts-between-options">15.5.3.9. Conflicts between options</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/optparse.html#cleanup">15.5.3.10. Cleanup</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/optparse.html#other-methods">15.5.3.11. Other methods</a></li>
</ul>
</li>
<li class="toctree-l4"><a class="reference internal" href="library/optparse.html#option-callbacks">15.5.4. Option Callbacks</a><ul>
<li class="toctree-l5"><a class="reference internal" href="library/optparse.html#defining-a-callback-option">15.5.4.1. Defining a callback option</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/optparse.html#how-callbacks-are-called">15.5.4.2. How callbacks are called</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/optparse.html#raising-errors-in-a-callback">15.5.4.3. Raising errors in a callback</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/optparse.html#callback-example-1-trivial-callback">15.5.4.4. Callback example 1: trivial callback</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/optparse.html#callback-example-2-check-option-order">15.5.4.5. Callback example 2: check option order</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/optparse.html#callback-example-3-check-option-order-generalized">15.5.4.6. Callback example 3: check option order (generalized)</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/optparse.html#callback-example-4-check-arbitrary-condition">15.5.4.7. Callback example 4: check arbitrary condition</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/optparse.html#callback-example-5-fixed-arguments">15.5.4.8. Callback example 5: fixed arguments</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/optparse.html#callback-example-6-variable-arguments">15.5.4.9. Callback example 6: variable arguments</a></li>
</ul>
</li>
<li class="toctree-l4"><a class="reference internal" href="library/optparse.html#extending-optparse">15.5.5. Extending <tt class="docutils literal"><span class="pre">optparse</span></tt></a><ul>
<li class="toctree-l5"><a class="reference internal" href="library/optparse.html#adding-new-types">15.5.5.1. Adding new types</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/optparse.html#adding-new-actions">15.5.5.2. Adding new actions</a></li>
</ul>
</li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/getopt.html">15.6. <tt class="docutils literal"><span class="pre">getopt</span></tt> &#8212; C-style parser for command line options</a></li>
<li class="toctree-l3"><a class="reference internal" href="library/logging.html">15.7. <tt class="docutils literal"><span class="pre">logging</span></tt> &#8212; Logging facility for Python</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/logging.html#logger-objects">15.7.1. Logger Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/logging.html#handler-objects">15.7.2. Handler Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/logging.html#formatter-objects">15.7.3. Formatter Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/logging.html#filter-objects">15.7.4. Filter Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/logging.html#logrecord-objects">15.7.5. LogRecord Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/logging.html#logrecord-attributes">15.7.6. LogRecord attributes</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/logging.html#loggeradapter-objects">15.7.7. LoggerAdapter Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/logging.html#thread-safety">15.7.8. Thread Safety</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/logging.html#module-level-functions">15.7.9. Module-Level Functions</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/logging.html#integration-with-the-warnings-module">15.7.10. Integration with the warnings module</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/logging.config.html">15.8. <tt class="docutils literal"><span class="pre">logging.config</span></tt> &#8212; Logging configuration</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/logging.config.html#configuration-functions">15.8.1. Configuration functions</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/logging.config.html#configuration-dictionary-schema">15.8.2. Configuration dictionary schema</a><ul>
<li class="toctree-l5"><a class="reference internal" href="library/logging.config.html#dictionary-schema-details">15.8.2.1. Dictionary Schema Details</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/logging.config.html#incremental-configuration">15.8.2.2. Incremental Configuration</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/logging.config.html#object-connections">15.8.2.3. Object connections</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/logging.config.html#user-defined-objects">15.8.2.4. User-defined objects</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/logging.config.html#access-to-external-objects">15.8.2.5. Access to external objects</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/logging.config.html#access-to-internal-objects">15.8.2.6. Access to internal objects</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/logging.config.html#import-resolution-and-custom-importers">15.8.2.7. Import resolution and custom importers</a></li>
</ul>
</li>
<li class="toctree-l4"><a class="reference internal" href="library/logging.config.html#configuration-file-format">15.8.3. Configuration file format</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/logging.handlers.html">15.9. <tt class="docutils literal"><span class="pre">logging.handlers</span></tt> &#8212; Logging handlers</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/logging.handlers.html#streamhandler">15.9.1. StreamHandler</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/logging.handlers.html#filehandler">15.9.2. FileHandler</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/logging.handlers.html#nullhandler">15.9.3. NullHandler</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/logging.handlers.html#watchedfilehandler">15.9.4. WatchedFileHandler</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/logging.handlers.html#rotatingfilehandler">15.9.5. RotatingFileHandler</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/logging.handlers.html#timedrotatingfilehandler">15.9.6. TimedRotatingFileHandler</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/logging.handlers.html#sockethandler">15.9.7. SocketHandler</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/logging.handlers.html#datagramhandler">15.9.8. DatagramHandler</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/logging.handlers.html#sysloghandler">15.9.9. SysLogHandler</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/logging.handlers.html#nteventloghandler">15.9.10. NTEventLogHandler</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/logging.handlers.html#smtphandler">15.9.11. SMTPHandler</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/logging.handlers.html#memoryhandler">15.9.12. MemoryHandler</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/logging.handlers.html#httphandler">15.9.13. HTTPHandler</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/logging.handlers.html#queuehandler">15.9.14. QueueHandler</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/logging.handlers.html#queuelistener">15.9.15. QueueListener</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/getpass.html">15.10. <tt class="docutils literal"><span class="pre">getpass</span></tt> &#8212; Portable password input</a></li>
<li class="toctree-l3"><a class="reference internal" href="library/curses.html">15.11. <tt class="docutils literal"><span class="pre">curses</span></tt> &#8212; Terminal handling for character-cell displays</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/curses.html#functions">15.11.1. Functions</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/curses.html#window-objects">15.11.2. Window Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/curses.html#constants">15.11.3. Constants</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/curses.html#module-curses.textpad">15.12. <tt class="docutils literal"><span class="pre">curses.textpad</span></tt> &#8212; Text input widget for curses programs</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/curses.html#textbox-objects">15.12.1. Textbox objects</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/curses.ascii.html">15.13. <tt class="docutils literal"><span class="pre">curses.ascii</span></tt> &#8212; Utilities for ASCII characters</a></li>
<li class="toctree-l3"><a class="reference internal" href="library/curses.panel.html">15.14. <tt class="docutils literal"><span class="pre">curses.panel</span></tt> &#8212; A panel stack extension for curses</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/curses.panel.html#functions">15.14.1. Functions</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/curses.panel.html#panel-objects">15.14.2. Panel Objects</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/platform.html">15.15. <tt class="docutils literal"><span class="pre">platform</span></tt> &#8212;  Access to underlying platform&#8217;s identifying data</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/platform.html#cross-platform">15.15.1. Cross Platform</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/platform.html#java-platform">15.15.2. Java Platform</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/platform.html#windows-platform">15.15.3. Windows Platform</a><ul>
<li class="toctree-l5"><a class="reference internal" href="library/platform.html#win95-98-specific">15.15.3.1. Win95/98 specific</a></li>
</ul>
</li>
<li class="toctree-l4"><a class="reference internal" href="library/platform.html#mac-os-platform">15.15.4. Mac OS Platform</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/platform.html#unix-platforms">15.15.5. Unix Platforms</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/errno.html">15.16. <tt class="docutils literal"><span class="pre">errno</span></tt> &#8212; Standard errno system symbols</a></li>
<li class="toctree-l3"><a class="reference internal" href="library/ctypes.html">15.17. <tt class="docutils literal"><span class="pre">ctypes</span></tt> &#8212; A foreign function library for Python</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/ctypes.html#ctypes-tutorial">15.17.1. ctypes tutorial</a><ul>
<li class="toctree-l5"><a class="reference internal" href="library/ctypes.html#loading-dynamic-link-libraries">15.17.1.1. Loading dynamic link libraries</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/ctypes.html#accessing-functions-from-loaded-dlls">15.17.1.2. Accessing functions from loaded dlls</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/ctypes.html#calling-functions">15.17.1.3. Calling functions</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/ctypes.html#fundamental-data-types">15.17.1.4. Fundamental data types</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/ctypes.html#calling-functions-continued">15.17.1.5. Calling functions, continued</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/ctypes.html#calling-functions-with-your-own-custom-data-types">15.17.1.6. Calling functions with your own custom data types</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/ctypes.html#specifying-the-required-argument-types-function-prototypes">15.17.1.7. Specifying the required argument types (function prototypes)</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/ctypes.html#return-types">15.17.1.8. Return types</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/ctypes.html#passing-pointers-or-passing-parameters-by-reference">15.17.1.9. Passing pointers (or: passing parameters by reference)</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/ctypes.html#structures-and-unions">15.17.1.10. Structures and unions</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/ctypes.html#structure-union-alignment-and-byte-order">15.17.1.11. Structure/union alignment and byte order</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/ctypes.html#bit-fields-in-structures-and-unions">15.17.1.12. Bit fields in structures and unions</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/ctypes.html#arrays">15.17.1.13. Arrays</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/ctypes.html#pointers">15.17.1.14. Pointers</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/ctypes.html#type-conversions">15.17.1.15. Type conversions</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/ctypes.html#incomplete-types">15.17.1.16. Incomplete Types</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/ctypes.html#callback-functions">15.17.1.17. Callback functions</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/ctypes.html#accessing-values-exported-from-dlls">15.17.1.18. Accessing values exported from dlls</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/ctypes.html#surprises">15.17.1.19. Surprises</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/ctypes.html#variable-sized-data-types">15.17.1.20. Variable-sized data types</a></li>
</ul>
</li>
<li class="toctree-l4"><a class="reference internal" href="library/ctypes.html#ctypes-reference">15.17.2. ctypes reference</a><ul>
<li class="toctree-l5"><a class="reference internal" href="library/ctypes.html#finding-shared-libraries">15.17.2.1. Finding shared libraries</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/ctypes.html#loading-shared-libraries">15.17.2.2. Loading shared libraries</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/ctypes.html#foreign-functions">15.17.2.3. Foreign functions</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/ctypes.html#function-prototypes">15.17.2.4. Function prototypes</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/ctypes.html#utility-functions">15.17.2.5. Utility functions</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/ctypes.html#data-types">15.17.2.6. Data types</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/ctypes.html#ctypes-fundamental-data-types-2">15.17.2.7. Fundamental data types</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/ctypes.html#structured-data-types">15.17.2.8. Structured data types</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/ctypes.html#arrays-and-pointers">15.17.2.9. Arrays and pointers</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="library/someos.html">16. Optional Operating System Services</a><ul>
<li class="toctree-l3"><a class="reference internal" href="library/select.html">16.1. <tt class="docutils literal"><span class="pre">select</span></tt> &#8212; Waiting for I/O completion</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/select.html#edge-and-level-trigger-polling-epoll-objects">16.1.1. Edge and Level Trigger Polling (epoll) Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/select.html#polling-objects">16.1.2. Polling Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/select.html#kqueue-objects">16.1.3. Kqueue Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/select.html#kevent-objects">16.1.4. Kevent Objects</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/threading.html">16.2. <tt class="docutils literal"><span class="pre">threading</span></tt> &#8212; Thread-based parallelism</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/threading.html#thread-objects">16.2.1. Thread Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/threading.html#lock-objects">16.2.2. Lock Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/threading.html#rlock-objects">16.2.3. RLock Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/threading.html#condition-objects">16.2.4. Condition Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/threading.html#semaphore-objects">16.2.5. Semaphore Objects</a><ul>
<li class="toctree-l5"><a class="reference internal" href="library/threading.html#semaphore-example">16.2.5.1. <tt class="docutils literal"><span class="pre">Semaphore</span></tt> Example</a></li>
</ul>
</li>
<li class="toctree-l4"><a class="reference internal" href="library/threading.html#event-objects">16.2.6. Event Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/threading.html#timer-objects">16.2.7. Timer Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/threading.html#barrier-objects">16.2.8. Barrier Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/threading.html#using-locks-conditions-and-semaphores-in-the-with-statement">16.2.9. Using locks, conditions, and semaphores in the <tt class="docutils literal"><span class="pre">with</span></tt> statement</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/threading.html#importing-in-threaded-code">16.2.10. Importing in threaded code</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/multiprocessing.html">16.3. <tt class="docutils literal"><span class="pre">multiprocessing</span></tt> &#8212; Process-based parallelism</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/multiprocessing.html#introduction">16.3.1. Introduction</a><ul>
<li class="toctree-l5"><a class="reference internal" href="library/multiprocessing.html#the-process-class">16.3.1.1. The <tt class="docutils literal"><span class="pre">Process</span></tt> class</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/multiprocessing.html#exchanging-objects-between-processes">16.3.1.2. Exchanging objects between processes</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/multiprocessing.html#synchronization-between-processes">16.3.1.3. Synchronization between processes</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/multiprocessing.html#sharing-state-between-processes">16.3.1.4. Sharing state between processes</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/multiprocessing.html#using-a-pool-of-workers">16.3.1.5. Using a pool of workers</a></li>
</ul>
</li>
<li class="toctree-l4"><a class="reference internal" href="library/multiprocessing.html#reference">16.3.2. Reference</a><ul>
<li class="toctree-l5"><a class="reference internal" href="library/multiprocessing.html#process-and-exceptions">16.3.2.1. <tt class="docutils literal"><span class="pre">Process</span></tt> and exceptions</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/multiprocessing.html#pipes-and-queues">16.3.2.2. Pipes and Queues</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/multiprocessing.html#miscellaneous">16.3.2.3. Miscellaneous</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/multiprocessing.html#connection-objects">16.3.2.4. Connection Objects</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/multiprocessing.html#synchronization-primitives">16.3.2.5. Synchronization primitives</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/multiprocessing.html#shared-ctypes-objects">16.3.2.6. Shared <tt class="docutils literal"><span class="pre">ctypes</span></tt> Objects</a><ul>
<li class="toctree-l6"><a class="reference internal" href="library/multiprocessing.html#module-multiprocessing.sharedctypes">16.3.2.6.1. The <tt class="docutils literal"><span class="pre">multiprocessing.sharedctypes</span></tt> module</a></li>
</ul>
</li>
<li class="toctree-l5"><a class="reference internal" href="library/multiprocessing.html#managers">16.3.2.7. Managers</a><ul>
<li class="toctree-l6"><a class="reference internal" href="library/multiprocessing.html#namespace-objects">16.3.2.7.1. Namespace objects</a></li>
<li class="toctree-l6"><a class="reference internal" href="library/multiprocessing.html#customized-managers">16.3.2.7.2. Customized managers</a></li>
<li class="toctree-l6"><a class="reference internal" href="library/multiprocessing.html#using-a-remote-manager">16.3.2.7.3. Using a remote manager</a></li>
</ul>
</li>
<li class="toctree-l5"><a class="reference internal" href="library/multiprocessing.html#proxy-objects">16.3.2.8. Proxy Objects</a><ul>
<li class="toctree-l6"><a class="reference internal" href="library/multiprocessing.html#cleanup">16.3.2.8.1. Cleanup</a></li>
</ul>
</li>
<li class="toctree-l5"><a class="reference internal" href="library/multiprocessing.html#module-multiprocessing.pool">16.3.2.9. Process Pools</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/multiprocessing.html#module-multiprocessing.connection">16.3.2.10. Listeners and Clients</a><ul>
<li class="toctree-l6"><a class="reference internal" href="library/multiprocessing.html#address-formats">16.3.2.10.1. Address Formats</a></li>
</ul>
</li>
<li class="toctree-l5"><a class="reference internal" href="library/multiprocessing.html#authentication-keys">16.3.2.11. Authentication keys</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/multiprocessing.html#logging">16.3.2.12. Logging</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/multiprocessing.html#module-multiprocessing.dummy">16.3.2.13. The <tt class="docutils literal"><span class="pre">multiprocessing.dummy</span></tt> module</a></li>
</ul>
</li>
<li class="toctree-l4"><a class="reference internal" href="library/multiprocessing.html#programming-guidelines">16.3.3. Programming guidelines</a><ul>
<li class="toctree-l5"><a class="reference internal" href="library/multiprocessing.html#all-platforms">16.3.3.1. All platforms</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/multiprocessing.html#windows">16.3.3.2. Windows</a></li>
</ul>
</li>
<li class="toctree-l4"><a class="reference internal" href="library/multiprocessing.html#examples">16.3.4. Examples</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/concurrent.futures.html">16.4. <tt class="docutils literal"><span class="pre">concurrent.futures</span></tt> &#8212; Launching parallel tasks</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/concurrent.futures.html#executor-objects">16.4.1. Executor Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/concurrent.futures.html#threadpoolexecutor">16.4.2. ThreadPoolExecutor</a><ul>
<li class="toctree-l5"><a class="reference internal" href="library/concurrent.futures.html#threadpoolexecutor-example">16.4.2.1. ThreadPoolExecutor Example</a></li>
</ul>
</li>
<li class="toctree-l4"><a class="reference internal" href="library/concurrent.futures.html#processpoolexecutor">16.4.3. ProcessPoolExecutor</a><ul>
<li class="toctree-l5"><a class="reference internal" href="library/concurrent.futures.html#processpoolexecutor-example">16.4.3.1. ProcessPoolExecutor Example</a></li>
</ul>
</li>
<li class="toctree-l4"><a class="reference internal" href="library/concurrent.futures.html#future-objects">16.4.4. Future Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/concurrent.futures.html#module-functions">16.4.5. Module Functions</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/mmap.html">16.5. <tt class="docutils literal"><span class="pre">mmap</span></tt> &#8212; Memory-mapped file support</a></li>
<li class="toctree-l3"><a class="reference internal" href="library/readline.html">16.6. <tt class="docutils literal"><span class="pre">readline</span></tt> &#8212; GNU readline interface</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/readline.html#example">16.6.1. Example</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/rlcompleter.html">16.7. <tt class="docutils literal"><span class="pre">rlcompleter</span></tt> &#8212; Completion function for GNU readline</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/rlcompleter.html#completer-objects">16.7.1. Completer Objects</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/dummy_threading.html">16.8. <tt class="docutils literal"><span class="pre">dummy_threading</span></tt> &#8212; Drop-in replacement for the <tt class="docutils literal"><span class="pre">threading</span></tt> module</a></li>
<li class="toctree-l3"><a class="reference internal" href="library/_thread.html">16.9. <tt class="docutils literal"><span class="pre">_thread</span></tt> &#8212; Low-level threading API</a></li>
<li class="toctree-l3"><a class="reference internal" href="library/_dummy_thread.html">16.10. <tt class="docutils literal"><span class="pre">_dummy_thread</span></tt> &#8212; Drop-in replacement for the <tt class="docutils literal"><span class="pre">_thread</span></tt> module</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="library/ipc.html">17. Interprocess Communication and Networking</a><ul>
<li class="toctree-l3"><a class="reference internal" href="library/subprocess.html">17.1. <tt class="docutils literal"><span class="pre">subprocess</span></tt> &#8212; Subprocess management</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/subprocess.html#using-the-subprocess-module">17.1.1. Using the subprocess Module</a><ul>
<li class="toctree-l5"><a class="reference internal" href="library/subprocess.html#frequently-used-arguments">17.1.1.1. Frequently Used Arguments</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/subprocess.html#popen-constructor">17.1.1.2. Popen Constructor</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/subprocess.html#exceptions">17.1.1.3. Exceptions</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/subprocess.html#security">17.1.1.4. Security</a></li>
</ul>
</li>
<li class="toctree-l4"><a class="reference internal" href="library/subprocess.html#popen-objects">17.1.2. Popen Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/subprocess.html#windows-popen-helpers">17.1.3. Windows Popen Helpers</a><ul>
<li class="toctree-l5"><a class="reference internal" href="library/subprocess.html#constants">17.1.3.1. Constants</a></li>
</ul>
</li>
<li class="toctree-l4"><a class="reference internal" href="library/subprocess.html#replacing-older-functions-with-the-subprocess-module">17.1.4. Replacing Older Functions with the subprocess Module</a><ul>
<li class="toctree-l5"><a class="reference internal" href="library/subprocess.html#replacing-bin-sh-shell-backquote">17.1.4.1. Replacing /bin/sh shell backquote</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/subprocess.html#replacing-shell-pipeline">17.1.4.2. Replacing shell pipeline</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/subprocess.html#replacing-os-system">17.1.4.3. Replacing <tt class="docutils literal"><span class="pre">os.system()</span></tt></a></li>
<li class="toctree-l5"><a class="reference internal" href="library/subprocess.html#replacing-the-os-spawn-family">17.1.4.4. Replacing the <tt class="docutils literal"><span class="pre">os.spawn</span></tt> family</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/subprocess.html#replacing-os-popen-os-popen2-os-popen3">17.1.4.5. Replacing <tt class="docutils literal"><span class="pre">os.popen()</span></tt>, <tt class="docutils literal"><span class="pre">os.popen2()</span></tt>, <tt class="docutils literal"><span class="pre">os.popen3()</span></tt></a></li>
<li class="toctree-l5"><a class="reference internal" href="library/subprocess.html#replacing-functions-from-the-popen2-module">17.1.4.6. Replacing functions from the <tt class="docutils literal"><span class="pre">popen2</span></tt> module</a></li>
</ul>
</li>
<li class="toctree-l4"><a class="reference internal" href="library/subprocess.html#legacy-shell-invocation-functions">17.1.5. Legacy Shell Invocation Functions</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/subprocess.html#notes">17.1.6. Notes</a><ul>
<li class="toctree-l5"><a class="reference internal" href="library/subprocess.html#converting-an-argument-sequence-to-a-string-on-windows">17.1.6.1. Converting an argument sequence to a string on Windows</a></li>
</ul>
</li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/socket.html">17.2. <tt class="docutils literal"><span class="pre">socket</span></tt> &#8212; Low-level networking interface</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/socket.html#socket-families">17.2.1. Socket families</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/socket.html#module-contents">17.2.2. Module contents</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/socket.html#socket-objects">17.2.3. Socket Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/socket.html#notes-on-socket-timeouts">17.2.4. Notes on socket timeouts</a><ul>
<li class="toctree-l5"><a class="reference internal" href="library/socket.html#timeouts-and-the-connect-method">17.2.4.1. Timeouts and the <tt class="docutils literal"><span class="pre">connect</span></tt> method</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/socket.html#timeouts-and-the-accept-method">17.2.4.2. Timeouts and the <tt class="docutils literal"><span class="pre">accept</span></tt> method</a></li>
</ul>
</li>
<li class="toctree-l4"><a class="reference internal" href="library/socket.html#example">17.2.5. Example</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/ssl.html">17.3. <tt class="docutils literal"><span class="pre">ssl</span></tt> &#8212; TLS/SSL wrapper for socket objects</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/ssl.html#functions-constants-and-exceptions">17.3.1. Functions, Constants, and Exceptions</a><ul>
<li class="toctree-l5"><a class="reference internal" href="library/ssl.html#socket-creation">17.3.1.1. Socket creation</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/ssl.html#random-generation">17.3.1.2. Random generation</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/ssl.html#certificate-handling">17.3.1.3. Certificate handling</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/ssl.html#constants">17.3.1.4. Constants</a></li>
</ul>
</li>
<li class="toctree-l4"><a class="reference internal" href="library/ssl.html#ssl-sockets">17.3.2. SSL Sockets</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/ssl.html#ssl-contexts">17.3.3. SSL Contexts</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/ssl.html#certificates">17.3.4. Certificates</a><ul>
<li class="toctree-l5"><a class="reference internal" href="library/ssl.html#certificate-chains">17.3.4.1. Certificate chains</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/ssl.html#ca-certificates">17.3.4.2. CA certificates</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/ssl.html#combined-key-and-certificate">17.3.4.3. Combined key and certificate</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/ssl.html#self-signed-certificates">17.3.4.4. Self-signed certificates</a></li>
</ul>
</li>
<li class="toctree-l4"><a class="reference internal" href="library/ssl.html#examples">17.3.5. Examples</a><ul>
<li class="toctree-l5"><a class="reference internal" href="library/ssl.html#testing-for-ssl-support">17.3.5.1. Testing for SSL support</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/ssl.html#client-side-operation">17.3.5.2. Client-side operation</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/ssl.html#server-side-operation">17.3.5.3. Server-side operation</a></li>
</ul>
</li>
<li class="toctree-l4"><a class="reference internal" href="library/ssl.html#notes-on-non-blocking-sockets">17.3.6. Notes on non-blocking sockets</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/ssl.html#security-considerations">17.3.7. Security considerations</a><ul>
<li class="toctree-l5"><a class="reference internal" href="library/ssl.html#verifying-certificates">17.3.7.1. Verifying certificates</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/ssl.html#protocol-versions">17.3.7.2. Protocol versions</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/ssl.html#cipher-selection">17.3.7.3. Cipher selection</a></li>
</ul>
</li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/signal.html">17.4. <tt class="docutils literal"><span class="pre">signal</span></tt> &#8212; Set handlers for asynchronous events</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/signal.html#example">17.4.1. Example</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/asyncore.html">17.5. <tt class="docutils literal"><span class="pre">asyncore</span></tt> &#8212; Asynchronous socket handler</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/asyncore.html#asyncore-example-basic-http-client">17.5.1. asyncore Example basic HTTP client</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/asyncore.html#asyncore-example-basic-echo-server">17.5.2. asyncore Example basic echo server</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/asynchat.html">17.6. <tt class="docutils literal"><span class="pre">asynchat</span></tt> &#8212; Asynchronous socket command/response handler</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/asynchat.html#asynchat-auxiliary-classes">17.6.1. asynchat - Auxiliary Classes</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/asynchat.html#asynchat-example">17.6.2. asynchat Example</a></li>
</ul>
</li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="library/netdata.html">18. Internet Data Handling</a><ul>
<li class="toctree-l3"><a class="reference internal" href="library/email.html">18.1. <tt class="docutils literal"><span class="pre">email</span></tt> &#8212; An email and MIME handling package</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/email.message.html">18.1.1. <tt class="docutils literal"><span class="pre">email</span></tt>: Representing an email message</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/email.parser.html">18.1.2. <tt class="docutils literal"><span class="pre">email</span></tt>: Parsing email messages</a><ul>
<li class="toctree-l5"><a class="reference internal" href="library/email.parser.html#feedparser-api">18.1.2.1. FeedParser API</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/email.parser.html#parser-class-api">18.1.2.2. Parser class API</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/email.parser.html#additional-notes">18.1.2.3. Additional notes</a></li>
</ul>
</li>
<li class="toctree-l4"><a class="reference internal" href="library/email.generator.html">18.1.3. <tt class="docutils literal"><span class="pre">email</span></tt>: Generating MIME documents</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/email.mime.html">18.1.4. <tt class="docutils literal"><span class="pre">email</span></tt>: Creating email and MIME objects from scratch</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/email.header.html">18.1.5. <tt class="docutils literal"><span class="pre">email</span></tt>: Internationalized headers</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/email.charset.html">18.1.6. <tt class="docutils literal"><span class="pre">email</span></tt>: Representing character sets</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/email.encoders.html">18.1.7. <tt class="docutils literal"><span class="pre">email</span></tt>: Encoders</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/email.errors.html">18.1.8. <tt class="docutils literal"><span class="pre">email</span></tt>: Exception and Defect classes</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/email.util.html">18.1.9. <tt class="docutils literal"><span class="pre">email</span></tt>: Miscellaneous utilities</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/email.iterators.html">18.1.10. <tt class="docutils literal"><span class="pre">email</span></tt>: Iterators</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/email-examples.html">18.1.11. <tt class="docutils literal"><span class="pre">email</span></tt>: Examples</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/email.html#package-history">18.1.12. Package History</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/email.html#differences-from-mimelib">18.1.13. Differences from <tt class="docutils literal"><span class="pre">mimelib</span></tt></a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/json.html">18.2. <tt class="docutils literal"><span class="pre">json</span></tt> &#8212; JSON encoder and decoder</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/json.html#basic-usage">18.2.1. Basic Usage</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/json.html#encoders-and-decoders">18.2.2. Encoders and decoders</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/mailcap.html">18.3. <tt class="docutils literal"><span class="pre">mailcap</span></tt> &#8212; Mailcap file handling</a></li>
<li class="toctree-l3"><a class="reference internal" href="library/mailbox.html">18.4. <tt class="docutils literal"><span class="pre">mailbox</span></tt> &#8212; Manipulate mailboxes in various formats</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/mailbox.html#mailbox-objects">18.4.1. <tt class="docutils literal"><span class="pre">Mailbox</span></tt> objects</a><ul>
<li class="toctree-l5"><a class="reference internal" href="library/mailbox.html#maildir">18.4.1.1. <tt class="docutils literal"><span class="pre">Maildir</span></tt></a></li>
<li class="toctree-l5"><a class="reference internal" href="library/mailbox.html#mbox">18.4.1.2. <tt class="docutils literal"><span class="pre">mbox</span></tt></a></li>
<li class="toctree-l5"><a class="reference internal" href="library/mailbox.html#mh">18.4.1.3. <tt class="docutils literal"><span class="pre">MH</span></tt></a></li>
<li class="toctree-l5"><a class="reference internal" href="library/mailbox.html#babyl">18.4.1.4. <tt class="docutils literal"><span class="pre">Babyl</span></tt></a></li>
<li class="toctree-l5"><a class="reference internal" href="library/mailbox.html#mmdf">18.4.1.5. <tt class="docutils literal"><span class="pre">MMDF</span></tt></a></li>
</ul>
</li>
<li class="toctree-l4"><a class="reference internal" href="library/mailbox.html#message-objects">18.4.2. <tt class="docutils literal"><span class="pre">Message</span></tt> objects</a><ul>
<li class="toctree-l5"><a class="reference internal" href="library/mailbox.html#maildirmessage">18.4.2.1. <tt class="docutils literal"><span class="pre">MaildirMessage</span></tt></a></li>
<li class="toctree-l5"><a class="reference internal" href="library/mailbox.html#mboxmessage">18.4.2.2. <tt class="docutils literal"><span class="pre">mboxMessage</span></tt></a></li>
<li class="toctree-l5"><a class="reference internal" href="library/mailbox.html#mhmessage">18.4.2.3. <tt class="docutils literal"><span class="pre">MHMessage</span></tt></a></li>
<li class="toctree-l5"><a class="reference internal" href="library/mailbox.html#babylmessage">18.4.2.4. <tt class="docutils literal"><span class="pre">BabylMessage</span></tt></a></li>
<li class="toctree-l5"><a class="reference internal" href="library/mailbox.html#mmdfmessage">18.4.2.5. <tt class="docutils literal"><span class="pre">MMDFMessage</span></tt></a></li>
</ul>
</li>
<li class="toctree-l4"><a class="reference internal" href="library/mailbox.html#exceptions">18.4.3. Exceptions</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/mailbox.html#examples">18.4.4. Examples</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/mimetypes.html">18.5. <tt class="docutils literal"><span class="pre">mimetypes</span></tt> &#8212; Map filenames to MIME types</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/mimetypes.html#mimetypes-objects">18.5.1. MimeTypes Objects</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/base64.html">18.6. <tt class="docutils literal"><span class="pre">base64</span></tt> &#8212; RFC 3548: Base16, Base32, Base64 Data Encodings</a></li>
<li class="toctree-l3"><a class="reference internal" href="library/binhex.html">18.7. <tt class="docutils literal"><span class="pre">binhex</span></tt> &#8212; Encode and decode binhex4 files</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/binhex.html#notes">18.7.1. Notes</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/binascii.html">18.8. <tt class="docutils literal"><span class="pre">binascii</span></tt> &#8212; Convert between binary and ASCII</a></li>
<li class="toctree-l3"><a class="reference internal" href="library/quopri.html">18.9. <tt class="docutils literal"><span class="pre">quopri</span></tt> &#8212; Encode and decode MIME quoted-printable data</a></li>
<li class="toctree-l3"><a class="reference internal" href="library/uu.html">18.10. <tt class="docutils literal"><span class="pre">uu</span></tt> &#8212; Encode and decode uuencode files</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="library/markup.html">19. Structured Markup Processing Tools</a><ul>
<li class="toctree-l3"><a class="reference internal" href="library/html.html">19.1. <tt class="docutils literal"><span class="pre">html</span></tt> &#8212; HyperText Markup Language support</a></li>
<li class="toctree-l3"><a class="reference internal" href="library/html.parser.html">19.2. <tt class="docutils literal"><span class="pre">html.parser</span></tt> &#8212; Simple HTML and XHTML parser</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/html.parser.html#example-html-parser-application">19.2.1. Example HTML Parser Application</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/html.parser.html#htmlparser-methods">19.2.2. <tt class="docutils literal"><span class="pre">HTMLParser</span></tt> Methods</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/html.parser.html#examples">19.2.3. Examples</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/html.entities.html">19.3. <tt class="docutils literal"><span class="pre">html.entities</span></tt> &#8212; Definitions of HTML general entities</a></li>
<li class="toctree-l3"><a class="reference internal" href="library/pyexpat.html">19.4. <tt class="docutils literal"><span class="pre">xml.parsers.expat</span></tt> &#8212; Fast XML parsing using Expat</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/pyexpat.html#xmlparser-objects">19.4.1. XMLParser Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/pyexpat.html#expaterror-exceptions">19.4.2. ExpatError Exceptions</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/pyexpat.html#example">19.4.3. Example</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/pyexpat.html#module-xml.parsers.expat.model">19.4.4. Content Model Descriptions</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/pyexpat.html#module-xml.parsers.expat.errors">19.4.5. Expat error constants</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/xml.dom.html">19.5. <tt class="docutils literal"><span class="pre">xml.dom</span></tt> &#8212; The Document Object Model API</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/xml.dom.html#module-contents">19.5.1. Module Contents</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/xml.dom.html#objects-in-the-dom">19.5.2. Objects in the DOM</a><ul>
<li class="toctree-l5"><a class="reference internal" href="library/xml.dom.html#domimplementation-objects">19.5.2.1. DOMImplementation Objects</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/xml.dom.html#node-objects">19.5.2.2. Node Objects</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/xml.dom.html#nodelist-objects">19.5.2.3. NodeList Objects</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/xml.dom.html#documenttype-objects">19.5.2.4. DocumentType Objects</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/xml.dom.html#document-objects">19.5.2.5. Document Objects</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/xml.dom.html#element-objects">19.5.2.6. Element Objects</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/xml.dom.html#attr-objects">19.5.2.7. Attr Objects</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/xml.dom.html#namednodemap-objects">19.5.2.8. NamedNodeMap Objects</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/xml.dom.html#comment-objects">19.5.2.9. Comment Objects</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/xml.dom.html#text-and-cdatasection-objects">19.5.2.10. Text and CDATASection Objects</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/xml.dom.html#processinginstruction-objects">19.5.2.11. ProcessingInstruction Objects</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/xml.dom.html#exceptions">19.5.2.12. Exceptions</a></li>
</ul>
</li>
<li class="toctree-l4"><a class="reference internal" href="library/xml.dom.html#conformance">19.5.3. Conformance</a><ul>
<li class="toctree-l5"><a class="reference internal" href="library/xml.dom.html#type-mapping">19.5.3.1. Type Mapping</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/xml.dom.html#accessor-methods">19.5.3.2. Accessor Methods</a></li>
</ul>
</li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/xml.dom.minidom.html">19.6. <tt class="docutils literal"><span class="pre">xml.dom.minidom</span></tt> &#8212; Lightweight DOM implementation</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/xml.dom.minidom.html#dom-objects">19.6.1. DOM Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/xml.dom.minidom.html#dom-example">19.6.2. DOM Example</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/xml.dom.minidom.html#minidom-and-the-dom-standard">19.6.3. minidom and the DOM standard</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/xml.dom.pulldom.html">19.7. <tt class="docutils literal"><span class="pre">xml.dom.pulldom</span></tt> &#8212; Support for building partial DOM trees</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/xml.dom.pulldom.html#domeventstream-objects">19.7.1. DOMEventStream Objects</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/xml.sax.html">19.8. <tt class="docutils literal"><span class="pre">xml.sax</span></tt> &#8212; Support for SAX2 parsers</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/xml.sax.html#saxexception-objects">19.8.1. SAXException Objects</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/xml.sax.handler.html">19.9. <tt class="docutils literal"><span class="pre">xml.sax.handler</span></tt> &#8212; Base classes for SAX handlers</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/xml.sax.handler.html#contenthandler-objects">19.9.1. ContentHandler Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/xml.sax.handler.html#dtdhandler-objects">19.9.2. DTDHandler Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/xml.sax.handler.html#entityresolver-objects">19.9.3. EntityResolver Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/xml.sax.handler.html#errorhandler-objects">19.9.4. ErrorHandler Objects</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/xml.sax.utils.html">19.10. <tt class="docutils literal"><span class="pre">xml.sax.saxutils</span></tt> &#8212; SAX Utilities</a></li>
<li class="toctree-l3"><a class="reference internal" href="library/xml.sax.reader.html">19.11. <tt class="docutils literal"><span class="pre">xml.sax.xmlreader</span></tt> &#8212; Interface for XML parsers</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/xml.sax.reader.html#xmlreader-objects">19.11.1. XMLReader Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/xml.sax.reader.html#incrementalparser-objects">19.11.2. IncrementalParser Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/xml.sax.reader.html#locator-objects">19.11.3. Locator Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/xml.sax.reader.html#inputsource-objects">19.11.4. InputSource Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/xml.sax.reader.html#the-attributes-interface">19.11.5. The <tt class="docutils literal"><span class="pre">Attributes</span></tt> Interface</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/xml.sax.reader.html#the-attributesns-interface">19.11.6. The <tt class="docutils literal"><span class="pre">AttributesNS</span></tt> Interface</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/xml.etree.elementtree.html">19.12. <tt class="docutils literal"><span class="pre">xml.etree.ElementTree</span></tt> &#8212; The ElementTree XML API</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/xml.etree.elementtree.html#functions">19.12.1. Functions</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/xml.etree.elementtree.html#element-objects">19.12.2. Element Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/xml.etree.elementtree.html#elementtree-objects">19.12.3. ElementTree Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/xml.etree.elementtree.html#qname-objects">19.12.4. QName Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/xml.etree.elementtree.html#treebuilder-objects">19.12.5. TreeBuilder Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/xml.etree.elementtree.html#xmlparser-objects">19.12.6. XMLParser Objects</a></li>
</ul>
</li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="library/internet.html">20. Internet Protocols and Support</a><ul>
<li class="toctree-l3"><a class="reference internal" href="library/webbrowser.html">20.1. <tt class="docutils literal"><span class="pre">webbrowser</span></tt> &#8212; Convenient Web-browser controller</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/webbrowser.html#browser-controller-objects">20.1.1. Browser Controller Objects</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/cgi.html">20.2. <tt class="docutils literal"><span class="pre">cgi</span></tt> &#8212; Common Gateway Interface support</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/cgi.html#introduction">20.2.1. Introduction</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/cgi.html#using-the-cgi-module">20.2.2. Using the cgi module</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/cgi.html#higher-level-interface">20.2.3. Higher Level Interface</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/cgi.html#functions">20.2.4. Functions</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/cgi.html#caring-about-security">20.2.5. Caring about security</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/cgi.html#installing-your-cgi-script-on-a-unix-system">20.2.6. Installing your CGI script on a Unix system</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/cgi.html#testing-your-cgi-script">20.2.7. Testing your CGI script</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/cgi.html#debugging-cgi-scripts">20.2.8. Debugging CGI scripts</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/cgi.html#common-problems-and-solutions">20.2.9. Common problems and solutions</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/cgitb.html">20.3. <tt class="docutils literal"><span class="pre">cgitb</span></tt> &#8212; Traceback manager for CGI scripts</a></li>
<li class="toctree-l3"><a class="reference internal" href="library/wsgiref.html">20.4. <tt class="docutils literal"><span class="pre">wsgiref</span></tt> &#8212; WSGI Utilities and Reference Implementation</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/wsgiref.html#module-wsgiref.util">20.4.1. <tt class="docutils literal"><span class="pre">wsgiref.util</span></tt> &#8211; WSGI environment utilities</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/wsgiref.html#module-wsgiref.headers">20.4.2. <tt class="docutils literal"><span class="pre">wsgiref.headers</span></tt> &#8211; WSGI response header tools</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/wsgiref.html#module-wsgiref.simple_server">20.4.3. <tt class="docutils literal"><span class="pre">wsgiref.simple_server</span></tt> &#8211; a simple WSGI HTTP server</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/wsgiref.html#module-wsgiref.validate">20.4.4. <tt class="docutils literal"><span class="pre">wsgiref.validate</span></tt> &#8212; WSGI conformance checker</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/wsgiref.html#module-wsgiref.handlers">20.4.5. <tt class="docutils literal"><span class="pre">wsgiref.handlers</span></tt> &#8211; server/gateway base classes</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/wsgiref.html#examples">20.4.6. Examples</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/urllib.request.html">20.5. <tt class="docutils literal"><span class="pre">urllib.request</span></tt> &#8212; Extensible library for opening URLs</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/urllib.request.html#request-objects">20.5.1. Request Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/urllib.request.html#openerdirector-objects">20.5.2. OpenerDirector Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/urllib.request.html#basehandler-objects">20.5.3. BaseHandler Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/urllib.request.html#httpredirecthandler-objects">20.5.4. HTTPRedirectHandler Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/urllib.request.html#httpcookieprocessor-objects">20.5.5. HTTPCookieProcessor Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/urllib.request.html#proxyhandler-objects">20.5.6. ProxyHandler Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/urllib.request.html#httppasswordmgr-objects">20.5.7. HTTPPasswordMgr Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/urllib.request.html#abstractbasicauthhandler-objects">20.5.8. AbstractBasicAuthHandler Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/urllib.request.html#httpbasicauthhandler-objects">20.5.9. HTTPBasicAuthHandler Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/urllib.request.html#proxybasicauthhandler-objects">20.5.10. ProxyBasicAuthHandler Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/urllib.request.html#abstractdigestauthhandler-objects">20.5.11. AbstractDigestAuthHandler Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/urllib.request.html#httpdigestauthhandler-objects">20.5.12. HTTPDigestAuthHandler Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/urllib.request.html#proxydigestauthhandler-objects">20.5.13. ProxyDigestAuthHandler Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/urllib.request.html#httphandler-objects">20.5.14. HTTPHandler Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/urllib.request.html#httpshandler-objects">20.5.15. HTTPSHandler Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/urllib.request.html#filehandler-objects">20.5.16. FileHandler Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/urllib.request.html#ftphandler-objects">20.5.17. FTPHandler Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/urllib.request.html#cacheftphandler-objects">20.5.18. CacheFTPHandler Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/urllib.request.html#unknownhandler-objects">20.5.19. UnknownHandler Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/urllib.request.html#httperrorprocessor-objects">20.5.20. HTTPErrorProcessor Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/urllib.request.html#examples">20.5.21. Examples</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/urllib.request.html#legacy-interface">20.5.22. Legacy interface</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/urllib.request.html#urllib-request-restrictions">20.5.23. <tt class="docutils literal"><span class="pre">urllib.request</span></tt> Restrictions</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/urllib.request.html#module-urllib.response">20.6. <tt class="docutils literal"><span class="pre">urllib.response</span></tt> &#8212; Response classes used by urllib</a></li>
<li class="toctree-l3"><a class="reference internal" href="library/urllib.parse.html">20.7. <tt class="docutils literal"><span class="pre">urllib.parse</span></tt> &#8212; Parse URLs into components</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/urllib.parse.html#url-parsing">20.7.1. URL Parsing</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/urllib.parse.html#parsing-ascii-encoded-bytes">20.7.2. Parsing ASCII Encoded Bytes</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/urllib.parse.html#structured-parse-results">20.7.3. Structured Parse Results</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/urllib.parse.html#url-quoting">20.7.4. URL Quoting</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/urllib.error.html">20.8. <tt class="docutils literal"><span class="pre">urllib.error</span></tt> &#8212; Exception classes raised by urllib.request</a></li>
<li class="toctree-l3"><a class="reference internal" href="library/urllib.robotparser.html">20.9. <tt class="docutils literal"><span class="pre">urllib.robotparser</span></tt> &#8212;  Parser for robots.txt</a></li>
<li class="toctree-l3"><a class="reference internal" href="library/http.client.html">20.10. <tt class="docutils literal"><span class="pre">http.client</span></tt> &#8212; HTTP protocol client</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/http.client.html#httpconnection-objects">20.10.1. HTTPConnection Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/http.client.html#httpresponse-objects">20.10.2. HTTPResponse Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/http.client.html#examples">20.10.3. Examples</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/http.client.html#httpmessage-objects">20.10.4. HTTPMessage Objects</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/ftplib.html">20.11. <tt class="docutils literal"><span class="pre">ftplib</span></tt> &#8212; FTP protocol client</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/ftplib.html#ftp-objects">20.11.1. FTP Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/ftplib.html#ftp-tls-objects">20.11.2. FTP_TLS Objects</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/poplib.html">20.12. <tt class="docutils literal"><span class="pre">poplib</span></tt> &#8212; POP3 protocol client</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/poplib.html#pop3-objects">20.12.1. POP3 Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/poplib.html#pop3-example">20.12.2. POP3 Example</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/imaplib.html">20.13. <tt class="docutils literal"><span class="pre">imaplib</span></tt> &#8212; IMAP4 protocol client</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/imaplib.html#imap4-objects">20.13.1. IMAP4 Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/imaplib.html#imap4-example">20.13.2. IMAP4 Example</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/nntplib.html">20.14. <tt class="docutils literal"><span class="pre">nntplib</span></tt> &#8212; NNTP protocol client</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/nntplib.html#nntp-objects">20.14.1. NNTP Objects</a><ul>
<li class="toctree-l5"><a class="reference internal" href="library/nntplib.html#attributes">20.14.1.1. Attributes</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/nntplib.html#methods">20.14.1.2. Methods</a></li>
</ul>
</li>
<li class="toctree-l4"><a class="reference internal" href="library/nntplib.html#utility-functions">20.14.2. Utility functions</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/smtplib.html">20.15. <tt class="docutils literal"><span class="pre">smtplib</span></tt> &#8212; SMTP protocol client</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/smtplib.html#smtp-objects">20.15.1. SMTP Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/smtplib.html#smtp-example">20.15.2. SMTP Example</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/smtpd.html">20.16. <tt class="docutils literal"><span class="pre">smtpd</span></tt> &#8212; SMTP Server</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/smtpd.html#smtpserver-objects">20.16.1. SMTPServer Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/smtpd.html#debuggingserver-objects">20.16.2. DebuggingServer Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/smtpd.html#pureproxy-objects">20.16.3. PureProxy Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/smtpd.html#mailmanproxy-objects">20.16.4. MailmanProxy Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/smtpd.html#smtpchannel-objects">20.16.5. SMTPChannel Objects</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/telnetlib.html">20.17. <tt class="docutils literal"><span class="pre">telnetlib</span></tt> &#8212; Telnet client</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/telnetlib.html#telnet-objects">20.17.1. Telnet Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/telnetlib.html#telnet-example">20.17.2. Telnet Example</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/uuid.html">20.18. <tt class="docutils literal"><span class="pre">uuid</span></tt> &#8212; UUID objects according to RFC 4122</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/uuid.html#example">20.18.1. Example</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/socketserver.html">20.19. <tt class="docutils literal"><span class="pre">socketserver</span></tt> &#8212; A framework for network servers</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/socketserver.html#server-creation-notes">20.19.1. Server Creation Notes</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/socketserver.html#server-objects">20.19.2. Server Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/socketserver.html#requesthandler-objects">20.19.3. RequestHandler Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/socketserver.html#examples">20.19.4. Examples</a><ul>
<li class="toctree-l5"><a class="reference internal" href="library/socketserver.html#socketserver-tcpserver-example">20.19.4.1. <tt class="docutils literal"><span class="pre">socketserver.TCPServer</span></tt> Example</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/socketserver.html#socketserver-udpserver-example">20.19.4.2. <tt class="docutils literal"><span class="pre">socketserver.UDPServer</span></tt> Example</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/socketserver.html#asynchronous-mixins">20.19.4.3. Asynchronous Mixins</a></li>
</ul>
</li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/http.server.html">20.20. <tt class="docutils literal"><span class="pre">http.server</span></tt> &#8212; HTTP servers</a></li>
<li class="toctree-l3"><a class="reference internal" href="library/http.cookies.html">20.21. <tt class="docutils literal"><span class="pre">http.cookies</span></tt> &#8212; HTTP state management</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/http.cookies.html#cookie-objects">20.21.1. Cookie Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/http.cookies.html#morsel-objects">20.21.2. Morsel Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/http.cookies.html#example">20.21.3. Example</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/http.cookiejar.html">20.22. <tt class="docutils literal"><span class="pre">http.cookiejar</span></tt> &#8212; Cookie handling for HTTP clients</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/http.cookiejar.html#cookiejar-and-filecookiejar-objects">20.22.1. CookieJar and FileCookieJar Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/http.cookiejar.html#filecookiejar-subclasses-and-co-operation-with-web-browsers">20.22.2. FileCookieJar subclasses and co-operation with web browsers</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/http.cookiejar.html#cookiepolicy-objects">20.22.3. CookiePolicy Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/http.cookiejar.html#defaultcookiepolicy-objects">20.22.4. DefaultCookiePolicy Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/http.cookiejar.html#cookie-objects">20.22.5. Cookie Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/http.cookiejar.html#examples">20.22.6. Examples</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/xmlrpc.client.html">20.23. <tt class="docutils literal"><span class="pre">xmlrpc.client</span></tt> &#8212; XML-RPC client access</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/xmlrpc.client.html#serverproxy-objects">20.23.1. ServerProxy Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/xmlrpc.client.html#datetime-objects">20.23.2. DateTime Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/xmlrpc.client.html#binary-objects">20.23.3. Binary Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/xmlrpc.client.html#fault-objects">20.23.4. Fault Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/xmlrpc.client.html#protocolerror-objects">20.23.5. ProtocolError Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/xmlrpc.client.html#multicall-objects">20.23.6. MultiCall Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/xmlrpc.client.html#convenience-functions">20.23.7. Convenience Functions</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/xmlrpc.client.html#example-of-client-usage">20.23.8. Example of Client Usage</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/xmlrpc.client.html#example-of-client-and-server-usage">20.23.9. Example of Client and Server Usage</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/xmlrpc.server.html">20.24. <tt class="docutils literal"><span class="pre">xmlrpc.server</span></tt> &#8212; Basic XML-RPC servers</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/xmlrpc.server.html#simplexmlrpcserver-objects">20.24.1. SimpleXMLRPCServer Objects</a><ul>
<li class="toctree-l5"><a class="reference internal" href="library/xmlrpc.server.html#simplexmlrpcserver-example">20.24.1.1. SimpleXMLRPCServer Example</a></li>
</ul>
</li>
<li class="toctree-l4"><a class="reference internal" href="library/xmlrpc.server.html#cgixmlrpcrequesthandler">20.24.2. CGIXMLRPCRequestHandler</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/xmlrpc.server.html#documenting-xmlrpc-server">20.24.3. Documenting XMLRPC server</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/xmlrpc.server.html#docxmlrpcserver-objects">20.24.4. DocXMLRPCServer Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/xmlrpc.server.html#doccgixmlrpcrequesthandler">20.24.5. DocCGIXMLRPCRequestHandler</a></li>
</ul>
</li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="library/mm.html">21. Multimedia Services</a><ul>
<li class="toctree-l3"><a class="reference internal" href="library/audioop.html">21.1. <tt class="docutils literal"><span class="pre">audioop</span></tt> &#8212; Manipulate raw audio data</a></li>
<li class="toctree-l3"><a class="reference internal" href="library/aifc.html">21.2. <tt class="docutils literal"><span class="pre">aifc</span></tt> &#8212; Read and write AIFF and AIFC files</a></li>
<li class="toctree-l3"><a class="reference internal" href="library/sunau.html">21.3. <tt class="docutils literal"><span class="pre">sunau</span></tt> &#8212; Read and write Sun AU files</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/sunau.html#au-read-objects">21.3.1. AU_read Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/sunau.html#au-write-objects">21.3.2. AU_write Objects</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/wave.html">21.4. <tt class="docutils literal"><span class="pre">wave</span></tt> &#8212; Read and write WAV files</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/wave.html#wave-read-objects">21.4.1. Wave_read Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/wave.html#wave-write-objects">21.4.2. Wave_write Objects</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/chunk.html">21.5. <tt class="docutils literal"><span class="pre">chunk</span></tt> &#8212; Read IFF chunked data</a></li>
<li class="toctree-l3"><a class="reference internal" href="library/colorsys.html">21.6. <tt class="docutils literal"><span class="pre">colorsys</span></tt> &#8212; Conversions between color systems</a></li>
<li class="toctree-l3"><a class="reference internal" href="library/imghdr.html">21.7. <tt class="docutils literal"><span class="pre">imghdr</span></tt> &#8212; Determine the type of an image</a></li>
<li class="toctree-l3"><a class="reference internal" href="library/sndhdr.html">21.8. <tt class="docutils literal"><span class="pre">sndhdr</span></tt> &#8212; Determine type of sound file</a></li>
<li class="toctree-l3"><a class="reference internal" href="library/ossaudiodev.html">21.9. <tt class="docutils literal"><span class="pre">ossaudiodev</span></tt> &#8212; Access to OSS-compatible audio devices</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/ossaudiodev.html#audio-device-objects">21.9.1. Audio Device Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/ossaudiodev.html#mixer-device-objects">21.9.2. Mixer Device Objects</a></li>
</ul>
</li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="library/i18n.html">22. Internationalization</a><ul>
<li class="toctree-l3"><a class="reference internal" href="library/gettext.html">22.1. <tt class="docutils literal"><span class="pre">gettext</span></tt> &#8212; Multilingual internationalization services</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/gettext.html#gnu-gettext-api">22.1.1. GNU <strong class="program">gettext</strong> API</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/gettext.html#class-based-api">22.1.2. Class-based API</a><ul>
<li class="toctree-l5"><a class="reference internal" href="library/gettext.html#the-nulltranslations-class">22.1.2.1. The <tt class="docutils literal"><span class="pre">NullTranslations</span></tt> class</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/gettext.html#the-gnutranslations-class">22.1.2.2. The <tt class="docutils literal"><span class="pre">GNUTranslations</span></tt> class</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/gettext.html#solaris-message-catalog-support">22.1.2.3. Solaris message catalog support</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/gettext.html#the-catalog-constructor">22.1.2.4. The Catalog constructor</a></li>
</ul>
</li>
<li class="toctree-l4"><a class="reference internal" href="library/gettext.html#internationalizing-your-programs-and-modules">22.1.3. Internationalizing your programs and modules</a><ul>
<li class="toctree-l5"><a class="reference internal" href="library/gettext.html#localizing-your-module">22.1.3.1. Localizing your module</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/gettext.html#localizing-your-application">22.1.3.2. Localizing your application</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/gettext.html#changing-languages-on-the-fly">22.1.3.3. Changing languages on the fly</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/gettext.html#deferred-translations">22.1.3.4. Deferred translations</a></li>
</ul>
</li>
<li class="toctree-l4"><a class="reference internal" href="library/gettext.html#acknowledgements">22.1.4. Acknowledgements</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/locale.html">22.2. <tt class="docutils literal"><span class="pre">locale</span></tt> &#8212; Internationalization services</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/locale.html#background-details-hints-tips-and-caveats">22.2.1. Background, details, hints, tips and caveats</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/locale.html#for-extension-writers-and-programs-that-embed-python">22.2.2. For extension writers and programs that embed Python</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/locale.html#access-to-message-catalogs">22.2.3. Access to message catalogs</a></li>
</ul>
</li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="library/frameworks.html">23. Program Frameworks</a><ul>
<li class="toctree-l3"><a class="reference internal" href="library/turtle.html">23.1. <tt class="docutils literal"><span class="pre">turtle</span></tt> &#8212; Turtle graphics</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/turtle.html#introduction">23.1.1. Introduction</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/turtle.html#overview-of-available-turtle-and-screen-methods">23.1.2. Overview of available Turtle and Screen methods</a><ul>
<li class="toctree-l5"><a class="reference internal" href="library/turtle.html#turtle-methods">23.1.2.1. Turtle methods</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/turtle.html#methods-of-turtlescreen-screen">23.1.2.2. Methods of TurtleScreen/Screen</a></li>
</ul>
</li>
<li class="toctree-l4"><a class="reference internal" href="library/turtle.html#methods-of-rawturtle-turtle-and-corresponding-functions">23.1.3. Methods of RawTurtle/Turtle and corresponding functions</a><ul>
<li class="toctree-l5"><a class="reference internal" href="library/turtle.html#turtle-motion">23.1.3.1. Turtle motion</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/turtle.html#tell-turtle-s-state">23.1.3.2. Tell Turtle&#8217;s state</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/turtle.html#settings-for-measurement">23.1.3.3. Settings for measurement</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/turtle.html#pen-control">23.1.3.4. Pen control</a><ul>
<li class="toctree-l6"><a class="reference internal" href="library/turtle.html#drawing-state">23.1.3.4.1. Drawing state</a></li>
<li class="toctree-l6"><a class="reference internal" href="library/turtle.html#color-control">23.1.3.4.2. Color control</a></li>
<li class="toctree-l6"><a class="reference internal" href="library/turtle.html#filling">23.1.3.4.3. Filling</a></li>
<li class="toctree-l6"><a class="reference internal" href="library/turtle.html#more-drawing-control">23.1.3.4.4. More drawing control</a></li>
</ul>
</li>
<li class="toctree-l5"><a class="reference internal" href="library/turtle.html#turtle-state">23.1.3.5. Turtle state</a><ul>
<li class="toctree-l6"><a class="reference internal" href="library/turtle.html#visibility">23.1.3.5.1. Visibility</a></li>
<li class="toctree-l6"><a class="reference internal" href="library/turtle.html#appearance">23.1.3.5.2. Appearance</a></li>
</ul>
</li>
<li class="toctree-l5"><a class="reference internal" href="library/turtle.html#using-events">23.1.3.6. Using events</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/turtle.html#special-turtle-methods">23.1.3.7. Special Turtle methods</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/turtle.html#compound-shapes">23.1.3.8. Compound shapes</a></li>
</ul>
</li>
<li class="toctree-l4"><a class="reference internal" href="library/turtle.html#methods-of-turtlescreen-screen-and-corresponding-functions">23.1.4. Methods of TurtleScreen/Screen and corresponding functions</a><ul>
<li class="toctree-l5"><a class="reference internal" href="library/turtle.html#window-control">23.1.4.1. Window control</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/turtle.html#animation-control">23.1.4.2. Animation control</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/turtle.html#using-screen-events">23.1.4.3. Using screen events</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/turtle.html#input-methods">23.1.4.4. Input methods</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/turtle.html#settings-and-special-methods">23.1.4.5. Settings and special methods</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/turtle.html#methods-specific-to-screen-not-inherited-from-turtlescreen">23.1.4.6. Methods specific to Screen, not inherited from TurtleScreen</a></li>
</ul>
</li>
<li class="toctree-l4"><a class="reference internal" href="library/turtle.html#public-classes">23.1.5. Public classes</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/turtle.html#help-and-configuration">23.1.6. Help and configuration</a><ul>
<li class="toctree-l5"><a class="reference internal" href="library/turtle.html#how-to-use-help">23.1.6.1. How to use help</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/turtle.html#translation-of-docstrings-into-different-languages">23.1.6.2. Translation of docstrings into different languages</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/turtle.html#how-to-configure-screen-and-turtles">23.1.6.3. How to configure Screen and Turtles</a></li>
</ul>
</li>
<li class="toctree-l4"><a class="reference internal" href="library/turtle.html#demo-scripts">23.1.7. Demo scripts</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/turtle.html#changes-since-python-2-6">23.1.8. Changes since Python 2.6</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/turtle.html#changes-since-python-3-0">23.1.9. Changes since Python 3.0</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/cmd.html">23.2. <tt class="docutils literal"><span class="pre">cmd</span></tt> &#8212; Support for line-oriented command interpreters</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/cmd.html#cmd-objects">23.2.1. Cmd Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/cmd.html#cmd-example">23.2.2. Cmd Example</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/shlex.html">23.3. <tt class="docutils literal"><span class="pre">shlex</span></tt> &#8212; Simple lexical analysis</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/shlex.html#shlex-objects">23.3.1. shlex Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/shlex.html#parsing-rules">23.3.2. Parsing Rules</a></li>
</ul>
</li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="library/tk.html">24. Graphical User Interfaces with Tk</a><ul>
<li class="toctree-l3"><a class="reference internal" href="library/tkinter.html">24.1. <tt class="docutils literal"><span class="pre">tkinter</span></tt> &#8212; Python interface to Tcl/Tk</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/tkinter.html#tkinter-modules">24.1.1. Tkinter Modules</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/tkinter.html#tkinter-life-preserver">24.1.2. Tkinter Life Preserver</a><ul>
<li class="toctree-l5"><a class="reference internal" href="library/tkinter.html#how-to-use-this-section">24.1.2.1. How To Use This Section</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/tkinter.html#a-simple-hello-world-program">24.1.2.2. A Simple Hello World Program</a></li>
</ul>
</li>
<li class="toctree-l4"><a class="reference internal" href="library/tkinter.html#a-very-quick-look-at-tcl-tk">24.1.3. A (Very) Quick Look at Tcl/Tk</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/tkinter.html#mapping-basic-tk-into-tkinter">24.1.4. Mapping Basic Tk into Tkinter</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/tkinter.html#how-tk-and-tkinter-are-related">24.1.5. How Tk and Tkinter are Related</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/tkinter.html#handy-reference">24.1.6. Handy Reference</a><ul>
<li class="toctree-l5"><a class="reference internal" href="library/tkinter.html#setting-options">24.1.6.1. Setting Options</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/tkinter.html#the-packer">24.1.6.2. The Packer</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/tkinter.html#packer-options">24.1.6.3. Packer Options</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/tkinter.html#coupling-widget-variables">24.1.6.4. Coupling Widget Variables</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/tkinter.html#the-window-manager">24.1.6.5. The Window Manager</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/tkinter.html#tk-option-data-types">24.1.6.6. Tk Option Data Types</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/tkinter.html#bindings-and-events">24.1.6.7. Bindings and Events</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/tkinter.html#the-index-parameter">24.1.6.8. The index Parameter</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/tkinter.html#images">24.1.6.9. Images</a></li>
</ul>
</li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/tkinter.ttk.html">24.2. <tt class="docutils literal"><span class="pre">tkinter.ttk</span></tt> &#8212; Tk themed widgets</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/tkinter.ttk.html#using-ttk">24.2.1. Using Ttk</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/tkinter.ttk.html#ttk-widgets">24.2.2. Ttk Widgets</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/tkinter.ttk.html#widget">24.2.3. Widget</a><ul>
<li class="toctree-l5"><a class="reference internal" href="library/tkinter.ttk.html#standard-options">24.2.3.1. Standard Options</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/tkinter.ttk.html#scrollable-widget-options">24.2.3.2. Scrollable Widget Options</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/tkinter.ttk.html#label-options">24.2.3.3. Label Options</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/tkinter.ttk.html#compatibility-options">24.2.3.4. Compatibility Options</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/tkinter.ttk.html#widget-states">24.2.3.5. Widget States</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/tkinter.ttk.html#ttk-widget">24.2.3.6. ttk.Widget</a></li>
</ul>
</li>
<li class="toctree-l4"><a class="reference internal" href="library/tkinter.ttk.html#combobox">24.2.4. Combobox</a><ul>
<li class="toctree-l5"><a class="reference internal" href="library/tkinter.ttk.html#options">24.2.4.1. Options</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/tkinter.ttk.html#virtual-events">24.2.4.2. Virtual events</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/tkinter.ttk.html#ttk-combobox">24.2.4.3. ttk.Combobox</a></li>
</ul>
</li>
<li class="toctree-l4"><a class="reference internal" href="library/tkinter.ttk.html#notebook">24.2.5. Notebook</a><ul>
<li class="toctree-l5"><a class="reference internal" href="library/tkinter.ttk.html#id1">24.2.5.1. Options</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/tkinter.ttk.html#tab-options">24.2.5.2. Tab Options</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/tkinter.ttk.html#tab-identifiers">24.2.5.3. Tab Identifiers</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/tkinter.ttk.html#id2">24.2.5.4. Virtual Events</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/tkinter.ttk.html#ttk-notebook">24.2.5.5. ttk.Notebook</a></li>
</ul>
</li>
<li class="toctree-l4"><a class="reference internal" href="library/tkinter.ttk.html#progressbar">24.2.6. Progressbar</a><ul>
<li class="toctree-l5"><a class="reference internal" href="library/tkinter.ttk.html#id3">24.2.6.1. Options</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/tkinter.ttk.html#ttk-progressbar">24.2.6.2. ttk.Progressbar</a></li>
</ul>
</li>
<li class="toctree-l4"><a class="reference internal" href="library/tkinter.ttk.html#separator">24.2.7. Separator</a><ul>
<li class="toctree-l5"><a class="reference internal" href="library/tkinter.ttk.html#id4">24.2.7.1. Options</a></li>
</ul>
</li>
<li class="toctree-l4"><a class="reference internal" href="library/tkinter.ttk.html#sizegrip">24.2.8. Sizegrip</a><ul>
<li class="toctree-l5"><a class="reference internal" href="library/tkinter.ttk.html#platform-specific-notes">24.2.8.1. Platform-specific notes</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/tkinter.ttk.html#bugs">24.2.8.2. Bugs</a></li>
</ul>
</li>
<li class="toctree-l4"><a class="reference internal" href="library/tkinter.ttk.html#treeview">24.2.9. Treeview</a><ul>
<li class="toctree-l5"><a class="reference internal" href="library/tkinter.ttk.html#id5">24.2.9.1. Options</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/tkinter.ttk.html#item-options">24.2.9.2. Item Options</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/tkinter.ttk.html#tag-options">24.2.9.3. Tag Options</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/tkinter.ttk.html#column-identifiers">24.2.9.4. Column Identifiers</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/tkinter.ttk.html#id6">24.2.9.5. Virtual Events</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/tkinter.ttk.html#ttk-treeview">24.2.9.6. ttk.Treeview</a></li>
</ul>
</li>
<li class="toctree-l4"><a class="reference internal" href="library/tkinter.ttk.html#ttk-styling">24.2.10. Ttk Styling</a><ul>
<li class="toctree-l5"><a class="reference internal" href="library/tkinter.ttk.html#layouts">24.2.10.1. Layouts</a></li>
</ul>
</li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/tkinter.tix.html">24.3. <tt class="docutils literal"><span class="pre">tkinter.tix</span></tt> &#8212; Extension widgets for Tk</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/tkinter.tix.html#using-tix">24.3.1. Using Tix</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/tkinter.tix.html#tix-widgets">24.3.2. Tix Widgets</a><ul>
<li class="toctree-l5"><a class="reference internal" href="library/tkinter.tix.html#basic-widgets">24.3.2.1. Basic Widgets</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/tkinter.tix.html#file-selectors">24.3.2.2. File Selectors</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/tkinter.tix.html#hierarchical-listbox">24.3.2.3. Hierarchical ListBox</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/tkinter.tix.html#tabular-listbox">24.3.2.4. Tabular ListBox</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/tkinter.tix.html#manager-widgets">24.3.2.5. Manager Widgets</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/tkinter.tix.html#image-types">24.3.2.6. Image Types</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/tkinter.tix.html#miscellaneous-widgets">24.3.2.7. Miscellaneous Widgets</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/tkinter.tix.html#form-geometry-manager">24.3.2.8. Form Geometry Manager</a></li>
</ul>
</li>
<li class="toctree-l4"><a class="reference internal" href="library/tkinter.tix.html#tix-commands">24.3.3. Tix Commands</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/tkinter.scrolledtext.html">24.4. <tt class="docutils literal"><span class="pre">tkinter.scrolledtext</span></tt> &#8212; Scrolled Text Widget</a></li>
<li class="toctree-l3"><a class="reference internal" href="library/idle.html">24.5. IDLE</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/idle.html#menus">24.5.1. Menus</a><ul>
<li class="toctree-l5"><a class="reference internal" href="library/idle.html#file-menu">24.5.1.1. File menu</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/idle.html#edit-menu">24.5.1.2. Edit menu</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/idle.html#windows-menu">24.5.1.3. Windows menu</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/idle.html#debug-menu-in-the-python-shell-window-only">24.5.1.4. Debug menu (in the Python Shell window only)</a></li>
</ul>
</li>
<li class="toctree-l4"><a class="reference internal" href="library/idle.html#basic-editing-and-navigation">24.5.2. Basic editing and navigation</a><ul>
<li class="toctree-l5"><a class="reference internal" href="library/idle.html#automatic-indentation">24.5.2.1. Automatic indentation</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/idle.html#python-shell-window">24.5.2.2. Python Shell window</a></li>
</ul>
</li>
<li class="toctree-l4"><a class="reference internal" href="library/idle.html#syntax-colors">24.5.3. Syntax colors</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/idle.html#startup">24.5.4. Startup</a><ul>
<li class="toctree-l5"><a class="reference internal" href="library/idle.html#command-line-usage">24.5.4.1. Command line usage</a></li>
</ul>
</li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/othergui.html">24.6. Other Graphical User Interface Packages</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="library/development.html">25. Development Tools</a><ul>
<li class="toctree-l3"><a class="reference internal" href="library/pydoc.html">25.1. <tt class="docutils literal"><span class="pre">pydoc</span></tt> &#8212; Documentation generator and online help system</a></li>
<li class="toctree-l3"><a class="reference internal" href="library/doctest.html">25.2. <tt class="docutils literal"><span class="pre">doctest</span></tt> &#8212; Test interactive Python examples</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/doctest.html#simple-usage-checking-examples-in-docstrings">25.2.1. Simple Usage: Checking Examples in Docstrings</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/doctest.html#simple-usage-checking-examples-in-a-text-file">25.2.2. Simple Usage: Checking Examples in a Text File</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/doctest.html#how-it-works">25.2.3. How It Works</a><ul>
<li class="toctree-l5"><a class="reference internal" href="library/doctest.html#which-docstrings-are-examined">25.2.3.1. Which Docstrings Are Examined?</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/doctest.html#how-are-docstring-examples-recognized">25.2.3.2. How are Docstring Examples Recognized?</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/doctest.html#what-s-the-execution-context">25.2.3.3. What&#8217;s the Execution Context?</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/doctest.html#what-about-exceptions">25.2.3.4. What About Exceptions?</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/doctest.html#option-flags-and-directives">25.2.3.5. Option Flags and Directives</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/doctest.html#warnings">25.2.3.6. Warnings</a></li>
</ul>
</li>
<li class="toctree-l4"><a class="reference internal" href="library/doctest.html#basic-api">25.2.4. Basic API</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/doctest.html#unittest-api">25.2.5. Unittest API</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/doctest.html#advanced-api">25.2.6. Advanced API</a><ul>
<li class="toctree-l5"><a class="reference internal" href="library/doctest.html#doctest-objects">25.2.6.1. DocTest Objects</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/doctest.html#example-objects">25.2.6.2. Example Objects</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/doctest.html#doctestfinder-objects">25.2.6.3. DocTestFinder objects</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/doctest.html#doctestparser-objects">25.2.6.4. DocTestParser objects</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/doctest.html#doctestrunner-objects">25.2.6.5. DocTestRunner objects</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/doctest.html#outputchecker-objects">25.2.6.6. OutputChecker objects</a></li>
</ul>
</li>
<li class="toctree-l4"><a class="reference internal" href="library/doctest.html#debugging">25.2.7. Debugging</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/doctest.html#soapbox">25.2.8. Soapbox</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/unittest.html">25.3. <tt class="docutils literal"><span class="pre">unittest</span></tt> &#8212; Unit testing framework</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/unittest.html#basic-example">25.3.1. Basic example</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/unittest.html#command-line-interface">25.3.2. Command-Line Interface</a><ul>
<li class="toctree-l5"><a class="reference internal" href="library/unittest.html#command-line-options">25.3.2.1. Command-line options</a></li>
</ul>
</li>
<li class="toctree-l4"><a class="reference internal" href="library/unittest.html#test-discovery">25.3.3. Test Discovery</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/unittest.html#organizing-test-code">25.3.4. Organizing test code</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/unittest.html#re-using-old-test-code">25.3.5. Re-using old test code</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/unittest.html#skipping-tests-and-expected-failures">25.3.6. Skipping tests and expected failures</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/unittest.html#classes-and-functions">25.3.7. Classes and functions</a><ul>
<li class="toctree-l5"><a class="reference internal" href="library/unittest.html#test-cases">25.3.7.1. Test cases</a><ul>
<li class="toctree-l6"><a class="reference internal" href="library/unittest.html#deprecated-aliases">25.3.7.1.1. Deprecated aliases</a></li>
</ul>
</li>
<li class="toctree-l5"><a class="reference internal" href="library/unittest.html#grouping-tests">25.3.7.2. Grouping tests</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/unittest.html#loading-and-running-tests">25.3.7.3. Loading and running tests</a><ul>
<li class="toctree-l6"><a class="reference internal" href="library/unittest.html#load-tests-protocol">25.3.7.3.1. load_tests Protocol</a></li>
</ul>
</li>
</ul>
</li>
<li class="toctree-l4"><a class="reference internal" href="library/unittest.html#class-and-module-fixtures">25.3.8. Class and Module Fixtures</a><ul>
<li class="toctree-l5"><a class="reference internal" href="library/unittest.html#setupclass-and-teardownclass">25.3.8.1. setUpClass and tearDownClass</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/unittest.html#setupmodule-and-teardownmodule">25.3.8.2. setUpModule and tearDownModule</a></li>
</ul>
</li>
<li class="toctree-l4"><a class="reference internal" href="library/unittest.html#signal-handling">25.3.9. Signal Handling</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/2to3.html">25.4. 2to3 - Automated Python 2 to 3 code translation</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/2to3.html#using-2to3">25.4.1. Using 2to3</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/2to3.html#fixers">25.4.2. Fixers</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/2to3.html#module-lib2to3">25.4.3. <tt class="docutils literal"><span class="pre">lib2to3</span></tt> - 2to3&#8217;s library</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/test.html">25.5. <tt class="docutils literal"><span class="pre">test</span></tt> &#8212; Regression tests package for Python</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/test.html#writing-unit-tests-for-the-test-package">25.5.1. Writing Unit Tests for the <tt class="docutils literal"><span class="pre">test</span></tt> package</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/test.html#running-tests-using-the-command-line-interface">25.5.2. Running tests using the command-line interface</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/test.html#module-test.support">25.6. <tt class="docutils literal"><span class="pre">test.support</span></tt> &#8212; Utilities for the Python test suite</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="library/debug.html">26. Debugging and Profiling</a><ul>
<li class="toctree-l3"><a class="reference internal" href="library/bdb.html">26.1. <tt class="docutils literal"><span class="pre">bdb</span></tt> &#8212; Debugger framework</a></li>
<li class="toctree-l3"><a class="reference internal" href="library/pdb.html">26.2. <tt class="docutils literal"><span class="pre">pdb</span></tt> &#8212; The Python Debugger</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/pdb.html#debugger-commands">26.2.1. Debugger Commands</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/profile.html">26.3. The Python Profilers</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/profile.html#introduction-to-the-profilers">26.3.1. Introduction to the profilers</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/profile.html#instant-user-s-manual">26.3.2. Instant User&#8217;s Manual</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/profile.html#what-is-deterministic-profiling">26.3.3. What Is Deterministic Profiling?</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/profile.html#module-cProfile">26.3.4. Reference Manual &#8211; <tt class="docutils literal"><span class="pre">profile</span></tt> and <tt class="docutils literal"><span class="pre">cProfile</span></tt></a><ul>
<li class="toctree-l5"><a class="reference internal" href="library/profile.html#the-stats-class">26.3.4.1. The <tt class="docutils literal"><span class="pre">Stats</span></tt> Class</a></li>
</ul>
</li>
<li class="toctree-l4"><a class="reference internal" href="library/profile.html#limitations">26.3.5. Limitations</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/profile.html#calibration">26.3.6. Calibration</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/profile.html#extensions-deriving-better-profilers">26.3.7. Extensions &#8212; Deriving Better Profilers</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/timeit.html">26.4. <tt class="docutils literal"><span class="pre">timeit</span></tt> &#8212; Measure execution time of small code snippets</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/timeit.html#command-line-interface">26.4.1. Command Line Interface</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/timeit.html#examples">26.4.2. Examples</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/trace.html">26.5. <tt class="docutils literal"><span class="pre">trace</span></tt> &#8212; Trace or track Python statement execution</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/trace.html#command-line-usage">26.5.1. Command-Line Usage</a><ul>
<li class="toctree-l5"><a class="reference internal" href="library/trace.html#main-options">26.5.1.1. Main options</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/trace.html#modifiers">26.5.1.2. Modifiers</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/trace.html#filters">26.5.1.3. Filters</a></li>
</ul>
</li>
<li class="toctree-l4"><a class="reference internal" href="library/trace.html#programmatic-interface">26.5.2. Programmatic Interface</a></li>
</ul>
</li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="library/python.html">27. Python Runtime Services</a><ul>
<li class="toctree-l3"><a class="reference internal" href="library/sys.html">27.1. <tt class="docutils literal"><span class="pre">sys</span></tt> &#8212; System-specific parameters and functions</a></li>
<li class="toctree-l3"><a class="reference internal" href="library/sysconfig.html">27.2. <tt class="docutils literal"><span class="pre">sysconfig</span></tt> &#8212; Provide access to Python&#8217;s configuration information</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/sysconfig.html#configuration-variables">27.2.1. Configuration variables</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/sysconfig.html#installation-paths">27.2.2. Installation paths</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/sysconfig.html#other-functions">27.2.3. Other functions</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/sysconfig.html#using-sysconfig-as-a-script">27.2.4. Using <tt class="docutils literal"><span class="pre">sysconfig</span></tt> as a script</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/builtins.html">27.3. <tt class="docutils literal"><span class="pre">builtins</span></tt> &#8212; Built-in objects</a></li>
<li class="toctree-l3"><a class="reference internal" href="library/__main__.html">27.4. <tt class="docutils literal"><span class="pre">__main__</span></tt> &#8212; Top-level script environment</a></li>
<li class="toctree-l3"><a class="reference internal" href="library/warnings.html">27.5. <tt class="docutils literal"><span class="pre">warnings</span></tt> &#8212; Warning control</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/warnings.html#warning-categories">27.5.1. Warning Categories</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/warnings.html#the-warnings-filter">27.5.2. The Warnings Filter</a><ul>
<li class="toctree-l5"><a class="reference internal" href="library/warnings.html#default-warning-filters">27.5.2.1. Default Warning Filters</a></li>
</ul>
</li>
<li class="toctree-l4"><a class="reference internal" href="library/warnings.html#temporarily-suppressing-warnings">27.5.3. Temporarily Suppressing Warnings</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/warnings.html#testing-warnings">27.5.4. Testing Warnings</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/warnings.html#updating-code-for-new-versions-of-python">27.5.5. Updating Code For New Versions of Python</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/warnings.html#available-functions">27.5.6. Available Functions</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/warnings.html#available-context-managers">27.5.7. Available Context Managers</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/contextlib.html">27.6. <tt class="docutils literal"><span class="pre">contextlib</span></tt> &#8212; Utilities for <tt class="docutils literal"><span class="pre">with</span></tt>-statement contexts</a></li>
<li class="toctree-l3"><a class="reference internal" href="library/abc.html">27.7. <tt class="docutils literal"><span class="pre">abc</span></tt> &#8212; Abstract Base Classes</a></li>
<li class="toctree-l3"><a class="reference internal" href="library/atexit.html">27.8. <tt class="docutils literal"><span class="pre">atexit</span></tt> &#8212; Exit handlers</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/atexit.html#atexit-example">27.8.1. <tt class="docutils literal"><span class="pre">atexit</span></tt> Example</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/traceback.html">27.9. <tt class="docutils literal"><span class="pre">traceback</span></tt> &#8212; Print or retrieve a stack traceback</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/traceback.html#traceback-examples">27.9.1. Traceback Examples</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/__future__.html">27.10. <tt class="docutils literal"><span class="pre">__future__</span></tt> &#8212; Future statement definitions</a></li>
<li class="toctree-l3"><a class="reference internal" href="library/gc.html">27.11. <tt class="docutils literal"><span class="pre">gc</span></tt> &#8212; Garbage Collector interface</a></li>
<li class="toctree-l3"><a class="reference internal" href="library/inspect.html">27.12. <tt class="docutils literal"><span class="pre">inspect</span></tt> &#8212; Inspect live objects</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/inspect.html#types-and-members">27.12.1. Types and members</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/inspect.html#retrieving-source-code">27.12.2. Retrieving source code</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/inspect.html#classes-and-functions">27.12.3. Classes and functions</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/inspect.html#the-interpreter-stack">27.12.4. The interpreter stack</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/inspect.html#fetching-attributes-statically">27.12.5. Fetching attributes statically</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/inspect.html#current-state-of-a-generator">27.12.6. Current State of a Generator</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/site.html">27.13. <tt class="docutils literal"><span class="pre">site</span></tt> &#8212; Site-specific configuration hook</a></li>
<li class="toctree-l3"><a class="reference internal" href="library/fpectl.html">27.14. <tt class="docutils literal"><span class="pre">fpectl</span></tt> &#8212; Floating point exception control</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/fpectl.html#example">27.14.1. Example</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/fpectl.html#limitations-and-other-considerations">27.14.2. Limitations and other considerations</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/distutils.html">27.15. <tt class="docutils literal"><span class="pre">distutils</span></tt> &#8212; Building and installing Python modules</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="library/custominterp.html">28. Custom Python Interpreters</a><ul>
<li class="toctree-l3"><a class="reference internal" href="library/code.html">28.1. <tt class="docutils literal"><span class="pre">code</span></tt> &#8212; Interpreter base classes</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/code.html#interactive-interpreter-objects">28.1.1. Interactive Interpreter Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/code.html#interactive-console-objects">28.1.2. Interactive Console Objects</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/codeop.html">28.2. <tt class="docutils literal"><span class="pre">codeop</span></tt> &#8212; Compile Python code</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="library/modules.html">29. Importing Modules</a><ul>
<li class="toctree-l3"><a class="reference internal" href="library/imp.html">29.1. <tt class="docutils literal"><span class="pre">imp</span></tt> &#8212; Access the <tt class="docutils literal"><span class="pre">import</span></tt> internals</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/imp.html#examples">29.1.1. Examples</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/zipimport.html">29.2. <tt class="docutils literal"><span class="pre">zipimport</span></tt> &#8212; Import modules from Zip archives</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/zipimport.html#zipimporter-objects">29.2.1. zipimporter Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/zipimport.html#examples">29.2.2. Examples</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/pkgutil.html">29.3. <tt class="docutils literal"><span class="pre">pkgutil</span></tt> &#8212; Package extension utility</a></li>
<li class="toctree-l3"><a class="reference internal" href="library/modulefinder.html">29.4. <tt class="docutils literal"><span class="pre">modulefinder</span></tt> &#8212; Find modules used by a script</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/modulefinder.html#example-usage-of-modulefinder">29.4.1. Example usage of <tt class="docutils literal"><span class="pre">ModuleFinder</span></tt></a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/runpy.html">29.5. <tt class="docutils literal"><span class="pre">runpy</span></tt> &#8212; Locating and executing Python modules</a></li>
<li class="toctree-l3"><a class="reference internal" href="library/importlib.html">29.6. <tt class="docutils literal"><span class="pre">importlib</span></tt> &#8211; An implementation of <tt class="docutils literal"><span class="pre">import</span></tt></a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/importlib.html#introduction">29.6.1. Introduction</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/importlib.html#functions">29.6.2. Functions</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/importlib.html#module-importlib.abc">29.6.3. <tt class="docutils literal"><span class="pre">importlib.abc</span></tt> &#8211; Abstract base classes related to import</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/importlib.html#module-importlib.machinery">29.6.4. <tt class="docutils literal"><span class="pre">importlib.machinery</span></tt> &#8211; Importers and path hooks</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/importlib.html#module-importlib.util">29.6.5. <tt class="docutils literal"><span class="pre">importlib.util</span></tt> &#8211; Utility code for importers</a></li>
</ul>
</li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="library/language.html">30. Python Language Services</a><ul>
<li class="toctree-l3"><a class="reference internal" href="library/parser.html">30.1. <tt class="docutils literal"><span class="pre">parser</span></tt> &#8212; Access Python parse trees</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/parser.html#creating-st-objects">30.1.1. Creating ST Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/parser.html#converting-st-objects">30.1.2. Converting ST Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/parser.html#queries-on-st-objects">30.1.3. Queries on ST Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/parser.html#exceptions-and-error-handling">30.1.4. Exceptions and Error Handling</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/parser.html#st-objects">30.1.5. ST Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/parser.html#example-emulation-of-compile">30.1.6. Example: Emulation of <tt class="docutils literal"><span class="pre">compile()</span></tt></a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/ast.html">30.2. <tt class="docutils literal"><span class="pre">ast</span></tt> &#8212; Abstract Syntax Trees</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/ast.html#node-classes">30.2.1. Node classes</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/ast.html#abstract-grammar">30.2.2. Abstract Grammar</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/ast.html#ast-helpers">30.2.3. <tt class="docutils literal"><span class="pre">ast</span></tt> Helpers</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/symtable.html">30.3. <tt class="docutils literal"><span class="pre">symtable</span></tt> &#8212; Access to the compiler&#8217;s symbol tables</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/symtable.html#generating-symbol-tables">30.3.1. Generating Symbol Tables</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/symtable.html#examining-symbol-tables">30.3.2. Examining Symbol Tables</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/symbol.html">30.4. <tt class="docutils literal"><span class="pre">symbol</span></tt> &#8212; Constants used with Python parse trees</a></li>
<li class="toctree-l3"><a class="reference internal" href="library/token.html">30.5. <tt class="docutils literal"><span class="pre">token</span></tt> &#8212; Constants used with Python parse trees</a></li>
<li class="toctree-l3"><a class="reference internal" href="library/keyword.html">30.6. <tt class="docutils literal"><span class="pre">keyword</span></tt> &#8212; Testing for Python keywords</a></li>
<li class="toctree-l3"><a class="reference internal" href="library/tokenize.html">30.7. <tt class="docutils literal"><span class="pre">tokenize</span></tt> &#8212; Tokenizer for Python source</a></li>
<li class="toctree-l3"><a class="reference internal" href="library/tabnanny.html">30.8. <tt class="docutils literal"><span class="pre">tabnanny</span></tt> &#8212; Detection of ambiguous indentation</a></li>
<li class="toctree-l3"><a class="reference internal" href="library/pyclbr.html">30.9. <tt class="docutils literal"><span class="pre">pyclbr</span></tt> &#8212; Python class browser support</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/pyclbr.html#class-objects">30.9.1. Class Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/pyclbr.html#function-objects">30.9.2. Function Objects</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/py_compile.html">30.10. <tt class="docutils literal"><span class="pre">py_compile</span></tt> &#8212; Compile Python source files</a></li>
<li class="toctree-l3"><a class="reference internal" href="library/compileall.html">30.11. <tt class="docutils literal"><span class="pre">compileall</span></tt> &#8212; Byte-compile Python libraries</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/compileall.html#command-line-use">30.11.1. Command-line use</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/compileall.html#public-functions">30.11.2. Public functions</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/dis.html">30.12. <tt class="docutils literal"><span class="pre">dis</span></tt> &#8212; Disassembler for Python bytecode</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/dis.html#python-bytecode-instructions">30.12.1. Python Bytecode Instructions</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/pickletools.html">30.13. <tt class="docutils literal"><span class="pre">pickletools</span></tt> &#8212; Tools for pickle developers</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/pickletools.html#command-line-usage">30.13.1. Command line usage</a><ul>
<li class="toctree-l5"><a class="reference internal" href="library/pickletools.html#command-line-options">30.13.1.1. Command line options</a></li>
</ul>
</li>
<li class="toctree-l4"><a class="reference internal" href="library/pickletools.html#programmatic-interface">30.13.2. Programmatic Interface</a></li>
</ul>
</li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="library/misc.html">31. Miscellaneous Services</a><ul>
<li class="toctree-l3"><a class="reference internal" href="library/formatter.html">31.1. <tt class="docutils literal"><span class="pre">formatter</span></tt> &#8212; Generic output formatting</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/formatter.html#the-formatter-interface">31.1.1. The Formatter Interface</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/formatter.html#formatter-implementations">31.1.2. Formatter Implementations</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/formatter.html#the-writer-interface">31.1.3. The Writer Interface</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/formatter.html#writer-implementations">31.1.4. Writer Implementations</a></li>
</ul>
</li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="library/windows.html">32. MS Windows Specific Services</a><ul>
<li class="toctree-l3"><a class="reference internal" href="library/msilib.html">32.1. <tt class="docutils literal"><span class="pre">msilib</span></tt> &#8212; Read and write Microsoft Installer files</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/msilib.html#database-objects">32.1.1. Database Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/msilib.html#view-objects">32.1.2. View Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/msilib.html#summary-information-objects">32.1.3. Summary Information Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/msilib.html#record-objects">32.1.4. Record Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/msilib.html#errors">32.1.5. Errors</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/msilib.html#cab-objects">32.1.6. CAB Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/msilib.html#directory-objects">32.1.7. Directory Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/msilib.html#features">32.1.8. Features</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/msilib.html#gui-classes">32.1.9. GUI classes</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/msilib.html#precomputed-tables">32.1.10. Precomputed tables</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/msvcrt.html">32.2. <tt class="docutils literal"><span class="pre">msvcrt</span></tt> &#8211; Useful routines from the MS VC++ runtime</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/msvcrt.html#file-operations">32.2.1. File Operations</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/msvcrt.html#console-i-o">32.2.2. Console I/O</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/msvcrt.html#other-functions">32.2.3. Other Functions</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/winreg.html">32.3. <tt class="docutils literal"><span class="pre">winreg</span></tt> &#8211; Windows registry access</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/winreg.html#constants">32.3.1. Constants</a><ul>
<li class="toctree-l5"><a class="reference internal" href="library/winreg.html#hkey-constants">32.3.1.1. HKEY_* Constants</a></li>
<li class="toctree-l5"><a class="reference internal" href="library/winreg.html#access-rights">32.3.1.2. Access Rights</a><ul>
<li class="toctree-l6"><a class="reference internal" href="library/winreg.html#bit-specific">32.3.1.2.1. 64-bit Specific</a></li>
</ul>
</li>
<li class="toctree-l5"><a class="reference internal" href="library/winreg.html#value-types">32.3.1.3. Value Types</a></li>
</ul>
</li>
<li class="toctree-l4"><a class="reference internal" href="library/winreg.html#registry-handle-objects">32.3.2. Registry Handle Objects</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/winsound.html">32.4. <tt class="docutils literal"><span class="pre">winsound</span></tt> &#8212; Sound-playing interface for Windows</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="library/unix.html">33. Unix Specific Services</a><ul>
<li class="toctree-l3"><a class="reference internal" href="library/posix.html">33.1. <tt class="docutils literal"><span class="pre">posix</span></tt> &#8212; The most common POSIX system calls</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/posix.html#large-file-support">33.1.1. Large File Support</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/posix.html#notable-module-contents">33.1.2. Notable Module Contents</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/pwd.html">33.2. <tt class="docutils literal"><span class="pre">pwd</span></tt> &#8212; The password database</a></li>
<li class="toctree-l3"><a class="reference internal" href="library/spwd.html">33.3. <tt class="docutils literal"><span class="pre">spwd</span></tt> &#8212; The shadow password database</a></li>
<li class="toctree-l3"><a class="reference internal" href="library/grp.html">33.4. <tt class="docutils literal"><span class="pre">grp</span></tt> &#8212; The group database</a></li>
<li class="toctree-l3"><a class="reference internal" href="library/crypt.html">33.5. <tt class="docutils literal"><span class="pre">crypt</span></tt> &#8212; Function to check Unix passwords</a></li>
<li class="toctree-l3"><a class="reference internal" href="library/termios.html">33.6. <tt class="docutils literal"><span class="pre">termios</span></tt> &#8212; POSIX style tty control</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/termios.html#example">33.6.1. Example</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/tty.html">33.7. <tt class="docutils literal"><span class="pre">tty</span></tt> &#8212; Terminal control functions</a></li>
<li class="toctree-l3"><a class="reference internal" href="library/pty.html">33.8. <tt class="docutils literal"><span class="pre">pty</span></tt> &#8212; Pseudo-terminal utilities</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/pty.html#example">33.8.1. Example</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/fcntl.html">33.9. <tt class="docutils literal"><span class="pre">fcntl</span></tt> &#8212; The <tt class="docutils literal"><span class="pre">fcntl()</span></tt> and <tt class="docutils literal"><span class="pre">ioctl()</span></tt> system calls</a></li>
<li class="toctree-l3"><a class="reference internal" href="library/pipes.html">33.10. <tt class="docutils literal"><span class="pre">pipes</span></tt> &#8212; Interface to shell pipelines</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/pipes.html#template-objects">33.10.1. Template Objects</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/resource.html">33.11. <tt class="docutils literal"><span class="pre">resource</span></tt> &#8212; Resource usage information</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/resource.html#resource-limits">33.11.1. Resource Limits</a></li>
<li class="toctree-l4"><a class="reference internal" href="library/resource.html#resource-usage">33.11.2. Resource Usage</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="library/nis.html">33.12. <tt class="docutils literal"><span class="pre">nis</span></tt> &#8212; Interface to Sun&#8217;s NIS (Yellow Pages)</a></li>
<li class="toctree-l3"><a class="reference internal" href="library/syslog.html">33.13. <tt class="docutils literal"><span class="pre">syslog</span></tt> &#8212; Unix syslog library routines</a><ul>
<li class="toctree-l4"><a class="reference internal" href="library/syslog.html#examples">33.13.1. Examples</a><ul>
<li class="toctree-l5"><a class="reference internal" href="library/syslog.html#simple-example">33.13.1.1. Simple example</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="library/undoc.html">34. Undocumented Modules</a><ul>
<li class="toctree-l3"><a class="reference internal" href="library/undoc.html#platform-specific-modules">34.1. Platform specific modules</a></li>
</ul>
</li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="extending/index.html">Extending and Embedding the Python Interpreter</a><ul>
<li class="toctree-l2"><a class="reference internal" href="extending/extending.html">1. Extending Python with C or C++</a><ul>
<li class="toctree-l3"><a class="reference internal" href="extending/extending.html#a-simple-example">1.1. A Simple Example</a></li>
<li class="toctree-l3"><a class="reference internal" href="extending/extending.html#intermezzo-errors-and-exceptions">1.2. Intermezzo: Errors and Exceptions</a></li>
<li class="toctree-l3"><a class="reference internal" href="extending/extending.html#back-to-the-example">1.3. Back to the Example</a></li>
<li class="toctree-l3"><a class="reference internal" href="extending/extending.html#the-module-s-method-table-and-initialization-function">1.4. The Module&#8217;s Method Table and Initialization Function</a></li>
<li class="toctree-l3"><a class="reference internal" href="extending/extending.html#compilation-and-linkage">1.5. Compilation and Linkage</a></li>
<li class="toctree-l3"><a class="reference internal" href="extending/extending.html#calling-python-functions-from-c">1.6. Calling Python Functions from C</a></li>
<li class="toctree-l3"><a class="reference internal" href="extending/extending.html#extracting-parameters-in-extension-functions">1.7. Extracting Parameters in Extension Functions</a></li>
<li class="toctree-l3"><a class="reference internal" href="extending/extending.html#keyword-parameters-for-extension-functions">1.8. Keyword Parameters for Extension Functions</a></li>
<li class="toctree-l3"><a class="reference internal" href="extending/extending.html#building-arbitrary-values">1.9. Building Arbitrary Values</a></li>
<li class="toctree-l3"><a class="reference internal" href="extending/extending.html#reference-counts">1.10. Reference Counts</a><ul>
<li class="toctree-l4"><a class="reference internal" href="extending/extending.html#reference-counting-in-python">1.10.1. Reference Counting in Python</a></li>
<li class="toctree-l4"><a class="reference internal" href="extending/extending.html#ownership-rules">1.10.2. Ownership Rules</a></li>
<li class="toctree-l4"><a class="reference internal" href="extending/extending.html#thin-ice">1.10.3. Thin Ice</a></li>
<li class="toctree-l4"><a class="reference internal" href="extending/extending.html#null-pointers">1.10.4. NULL Pointers</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="extending/extending.html#writing-extensions-in-c">1.11. Writing Extensions in C++</a></li>
<li class="toctree-l3"><a class="reference internal" href="extending/extending.html#providing-a-c-api-for-an-extension-module">1.12. Providing a C API for an Extension Module</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="extending/newtypes.html">2. Defining New Types</a><ul>
<li class="toctree-l3"><a class="reference internal" href="extending/newtypes.html#the-basics">2.1. The Basics</a><ul>
<li class="toctree-l4"><a class="reference internal" href="extending/newtypes.html#adding-data-and-methods-to-the-basic-example">2.1.1. Adding data and methods to the Basic example</a></li>
<li class="toctree-l4"><a class="reference internal" href="extending/newtypes.html#providing-finer-control-over-data-attributes">2.1.2. Providing finer control over data attributes</a></li>
<li class="toctree-l4"><a class="reference internal" href="extending/newtypes.html#supporting-cyclic-garbage-collection">2.1.3. Supporting cyclic garbage collection</a></li>
<li class="toctree-l4"><a class="reference internal" href="extending/newtypes.html#subclassing-other-types">2.1.4. Subclassing other types</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="extending/newtypes.html#type-methods">2.2. Type Methods</a><ul>
<li class="toctree-l4"><a class="reference internal" href="extending/newtypes.html#finalization-and-de-allocation">2.2.1. Finalization and De-allocation</a></li>
<li class="toctree-l4"><a class="reference internal" href="extending/newtypes.html#object-presentation">2.2.2. Object Presentation</a></li>
<li class="toctree-l4"><a class="reference internal" href="extending/newtypes.html#attribute-management">2.2.3. Attribute Management</a><ul>
<li class="toctree-l5"><a class="reference internal" href="extending/newtypes.html#generic-attribute-management">2.2.3.1. Generic Attribute Management</a></li>
<li class="toctree-l5"><a class="reference internal" href="extending/newtypes.html#type-specific-attribute-management">2.2.3.2. Type-specific Attribute Management</a></li>
</ul>
</li>
<li class="toctree-l4"><a class="reference internal" href="extending/newtypes.html#object-comparison">2.2.4. Object Comparison</a></li>
<li class="toctree-l4"><a class="reference internal" href="extending/newtypes.html#abstract-protocol-support">2.2.5. Abstract Protocol Support</a></li>
<li class="toctree-l4"><a class="reference internal" href="extending/newtypes.html#weak-reference-support">2.2.6. Weak Reference Support</a></li>
<li class="toctree-l4"><a class="reference internal" href="extending/newtypes.html#more-suggestions">2.2.7. More Suggestions</a></li>
</ul>
</li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="extending/building.html">3. Building C and C++ Extensions with distutils</a><ul>
<li class="toctree-l3"><a class="reference internal" href="extending/building.html#distributing-your-extension-modules">3.1. Distributing your extension modules</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="extending/windows.html">4. Building C and C++ Extensions on Windows</a><ul>
<li class="toctree-l3"><a class="reference internal" href="extending/windows.html#a-cookbook-approach">4.1. A Cookbook Approach</a></li>
<li class="toctree-l3"><a class="reference internal" href="extending/windows.html#differences-between-unix-and-windows">4.2. Differences Between Unix and Windows</a></li>
<li class="toctree-l3"><a class="reference internal" href="extending/windows.html#using-dlls-in-practice">4.3. Using DLLs in Practice</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="extending/embedding.html">5. Embedding Python in Another Application</a><ul>
<li class="toctree-l3"><a class="reference internal" href="extending/embedding.html#very-high-level-embedding">5.1. Very High Level Embedding</a></li>
<li class="toctree-l3"><a class="reference internal" href="extending/embedding.html#beyond-very-high-level-embedding-an-overview">5.2. Beyond Very High Level Embedding: An overview</a></li>
<li class="toctree-l3"><a class="reference internal" href="extending/embedding.html#pure-embedding">5.3. Pure Embedding</a></li>
<li class="toctree-l3"><a class="reference internal" href="extending/embedding.html#extending-embedded-python">5.4. Extending Embedded Python</a></li>
<li class="toctree-l3"><a class="reference internal" href="extending/embedding.html#embedding-python-in-c">5.5. Embedding Python in C++</a></li>
<li class="toctree-l3"><a class="reference internal" href="extending/embedding.html#compiling-and-linking-under-unix-like-systems">5.6. Compiling and Linking under Unix-like systems</a></li>
</ul>
</li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="c-api/index.html">Python/C API Reference Manual</a><ul>
<li class="toctree-l2"><a class="reference internal" href="c-api/intro.html">Introduction</a><ul>
<li class="toctree-l3"><a class="reference internal" href="c-api/intro.html#include-files">Include Files</a></li>
<li class="toctree-l3"><a class="reference internal" href="c-api/intro.html#objects-types-and-reference-counts">Objects, Types and Reference Counts</a><ul>
<li class="toctree-l4"><a class="reference internal" href="c-api/intro.html#reference-counts">Reference Counts</a><ul>
<li class="toctree-l5"><a class="reference internal" href="c-api/intro.html#reference-count-details">Reference Count Details</a></li>
</ul>
</li>
<li class="toctree-l4"><a class="reference internal" href="c-api/intro.html#types">Types</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="c-api/intro.html#exceptions">Exceptions</a></li>
<li class="toctree-l3"><a class="reference internal" href="c-api/intro.html#embedding-python">Embedding Python</a></li>
<li class="toctree-l3"><a class="reference internal" href="c-api/intro.html#debugging-builds">Debugging Builds</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="c-api/veryhigh.html">The Very High Level Layer</a></li>
<li class="toctree-l2"><a class="reference internal" href="c-api/refcounting.html">Reference Counting</a></li>
<li class="toctree-l2"><a class="reference internal" href="c-api/exceptions.html">Exception Handling</a><ul>
<li class="toctree-l3"><a class="reference internal" href="c-api/exceptions.html#exception-objects">Exception Objects</a></li>
<li class="toctree-l3"><a class="reference internal" href="c-api/exceptions.html#unicode-exception-objects">Unicode Exception Objects</a></li>
<li class="toctree-l3"><a class="reference internal" href="c-api/exceptions.html#recursion-control">Recursion Control</a></li>
<li class="toctree-l3"><a class="reference internal" href="c-api/exceptions.html#standard-exceptions">Standard Exceptions</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="c-api/utilities.html">Utilities</a><ul>
<li class="toctree-l3"><a class="reference internal" href="c-api/sys.html">Operating System Utilities</a></li>
<li class="toctree-l3"><a class="reference internal" href="c-api/sys.html#system-functions">System Functions</a></li>
<li class="toctree-l3"><a class="reference internal" href="c-api/sys.html#process-control">Process Control</a></li>
<li class="toctree-l3"><a class="reference internal" href="c-api/import.html">Importing Modules</a></li>
<li class="toctree-l3"><a class="reference internal" href="c-api/marshal.html">Data marshalling support</a></li>
<li class="toctree-l3"><a class="reference internal" href="c-api/arg.html">Parsing arguments and building values</a><ul>
<li class="toctree-l4"><a class="reference internal" href="c-api/arg.html#parsing-arguments">Parsing arguments</a><ul>
<li class="toctree-l5"><a class="reference internal" href="c-api/arg.html#strings-and-buffers">Strings and buffers</a></li>
<li class="toctree-l5"><a class="reference internal" href="c-api/arg.html#numbers">Numbers</a></li>
<li class="toctree-l5"><a class="reference internal" href="c-api/arg.html#other-objects">Other objects</a></li>
<li class="toctree-l5"><a class="reference internal" href="c-api/arg.html#api-functions">API Functions</a></li>
</ul>
</li>
<li class="toctree-l4"><a class="reference internal" href="c-api/arg.html#building-values">Building values</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="c-api/conversion.html">String conversion and formatting</a></li>
<li class="toctree-l3"><a class="reference internal" href="c-api/reflection.html">Reflection</a></li>
<li class="toctree-l3"><a class="reference internal" href="c-api/codec.html">Codec registry and support functions</a><ul>
<li class="toctree-l4"><a class="reference internal" href="c-api/codec.html#codec-lookup-api">Codec lookup API</a></li>
<li class="toctree-l4"><a class="reference internal" href="c-api/codec.html#registry-api-for-unicode-encoding-error-handlers">Registry API for Unicode encoding error handlers</a></li>
</ul>
</li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="c-api/abstract.html">Abstract Objects Layer</a><ul>
<li class="toctree-l3"><a class="reference internal" href="c-api/object.html">Object Protocol</a></li>
<li class="toctree-l3"><a class="reference internal" href="c-api/number.html">Number Protocol</a></li>
<li class="toctree-l3"><a class="reference internal" href="c-api/sequence.html">Sequence Protocol</a></li>
<li class="toctree-l3"><a class="reference internal" href="c-api/mapping.html">Mapping Protocol</a></li>
<li class="toctree-l3"><a class="reference internal" href="c-api/iter.html">Iterator Protocol</a></li>
<li class="toctree-l3"><a class="reference internal" href="c-api/buffer.html">Buffer Protocol</a><ul>
<li class="toctree-l4"><a class="reference internal" href="c-api/buffer.html#the-buffer-structure">The buffer structure</a></li>
<li class="toctree-l4"><a class="reference internal" href="c-api/buffer.html#buffer-related-functions">Buffer-related functions</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="c-api/objbuffer.html">Old Buffer Protocol</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="c-api/concrete.html">Concrete Objects Layer</a><ul>
<li class="toctree-l3"><a class="reference internal" href="c-api/concrete.html#fundamental-objects">Fundamental Objects</a><ul>
<li class="toctree-l4"><a class="reference internal" href="c-api/type.html">Type Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="c-api/none.html">The None Object</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="c-api/concrete.html#numeric-objects">Numeric Objects</a><ul>
<li class="toctree-l4"><a class="reference internal" href="c-api/long.html">Integer Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="c-api/bool.html">Boolean Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="c-api/float.html">Floating Point Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="c-api/complex.html">Complex Number Objects</a><ul>
<li class="toctree-l5"><a class="reference internal" href="c-api/complex.html#complex-numbers-as-c-structures">Complex Numbers as C Structures</a></li>
<li class="toctree-l5"><a class="reference internal" href="c-api/complex.html#complex-numbers-as-python-objects">Complex Numbers as Python Objects</a></li>
</ul>
</li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="c-api/concrete.html#sequence-objects">Sequence Objects</a><ul>
<li class="toctree-l4"><a class="reference internal" href="c-api/bytes.html">Bytes Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="c-api/bytearray.html">Byte Array Objects</a><ul>
<li class="toctree-l5"><a class="reference internal" href="c-api/bytearray.html#type-check-macros">Type check macros</a></li>
<li class="toctree-l5"><a class="reference internal" href="c-api/bytearray.html#direct-api-functions">Direct API functions</a></li>
<li class="toctree-l5"><a class="reference internal" href="c-api/bytearray.html#macros">Macros</a></li>
</ul>
</li>
<li class="toctree-l4"><a class="reference internal" href="c-api/unicode.html">Unicode Objects and Codecs</a><ul>
<li class="toctree-l5"><a class="reference internal" href="c-api/unicode.html#unicode-objects">Unicode Objects</a><ul>
<li class="toctree-l6"><a class="reference internal" href="c-api/unicode.html#unicode-type">Unicode Type</a></li>
<li class="toctree-l6"><a class="reference internal" href="c-api/unicode.html#unicode-character-properties">Unicode Character Properties</a></li>
<li class="toctree-l6"><a class="reference internal" href="c-api/unicode.html#plain-py-unicode">Plain Py_UNICODE</a></li>
<li class="toctree-l6"><a class="reference internal" href="c-api/unicode.html#file-system-encoding">File System Encoding</a></li>
<li class="toctree-l6"><a class="reference internal" href="c-api/unicode.html#wchar-t-support">wchar_t Support</a></li>
</ul>
</li>
<li class="toctree-l5"><a class="reference internal" href="c-api/unicode.html#built-in-codecs">Built-in Codecs</a><ul>
<li class="toctree-l6"><a class="reference internal" href="c-api/unicode.html#generic-codecs">Generic Codecs</a></li>
<li class="toctree-l6"><a class="reference internal" href="c-api/unicode.html#utf-8-codecs">UTF-8 Codecs</a></li>
<li class="toctree-l6"><a class="reference internal" href="c-api/unicode.html#utf-32-codecs">UTF-32 Codecs</a></li>
<li class="toctree-l6"><a class="reference internal" href="c-api/unicode.html#utf-16-codecs">UTF-16 Codecs</a></li>
<li class="toctree-l6"><a class="reference internal" href="c-api/unicode.html#utf-7-codecs">UTF-7 Codecs</a></li>
<li class="toctree-l6"><a class="reference internal" href="c-api/unicode.html#unicode-escape-codecs">Unicode-Escape Codecs</a></li>
<li class="toctree-l6"><a class="reference internal" href="c-api/unicode.html#raw-unicode-escape-codecs">Raw-Unicode-Escape Codecs</a></li>
<li class="toctree-l6"><a class="reference internal" href="c-api/unicode.html#latin-1-codecs">Latin-1 Codecs</a></li>
<li class="toctree-l6"><a class="reference internal" href="c-api/unicode.html#ascii-codecs">ASCII Codecs</a></li>
<li class="toctree-l6"><a class="reference internal" href="c-api/unicode.html#character-map-codecs">Character Map Codecs</a></li>
<li class="toctree-l6"><a class="reference internal" href="c-api/unicode.html#mbcs-codecs-for-windows">MBCS codecs for Windows</a></li>
<li class="toctree-l6"><a class="reference internal" href="c-api/unicode.html#methods-slots">Methods &amp; Slots</a></li>
</ul>
</li>
<li class="toctree-l5"><a class="reference internal" href="c-api/unicode.html#methods-and-slot-functions">Methods and Slot Functions</a></li>
</ul>
</li>
<li class="toctree-l4"><a class="reference internal" href="c-api/tuple.html">Tuple Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="c-api/list.html">List Objects</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="c-api/concrete.html#mapping-objects">Mapping Objects</a><ul>
<li class="toctree-l4"><a class="reference internal" href="c-api/dict.html">Dictionary Objects</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="c-api/concrete.html#other-objects">Other Objects</a><ul>
<li class="toctree-l4"><a class="reference internal" href="c-api/set.html">Set Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="c-api/function.html">Function Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="c-api/method.html">Instance Method Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="c-api/method.html#method-objects">Method Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="c-api/file.html">File Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="c-api/module.html">Module Objects</a><ul>
<li class="toctree-l5"><a class="reference internal" href="c-api/module.html#initializing-c-modules">Initializing C modules</a></li>
</ul>
</li>
<li class="toctree-l4"><a class="reference internal" href="c-api/iterator.html">Iterator Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="c-api/descriptor.html">Descriptor Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="c-api/slice.html">Slice Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="c-api/memoryview.html">MemoryView objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="c-api/weakref.html">Weak Reference Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="c-api/capsule.html">Capsules</a></li>
<li class="toctree-l4"><a class="reference internal" href="c-api/cell.html">Cell Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="c-api/gen.html">Generator Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="c-api/datetime.html">DateTime Objects</a></li>
<li class="toctree-l4"><a class="reference internal" href="c-api/code.html">Code Objects</a></li>
</ul>
</li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="c-api/init.html">Initialization, Finalization, and Threads</a><ul>
<li class="toctree-l3"><a class="reference internal" href="c-api/init.html#initializing-and-finalizing-the-interpreter">Initializing and finalizing the interpreter</a></li>
<li class="toctree-l3"><a class="reference internal" href="c-api/init.html#process-wide-parameters">Process-wide parameters</a></li>
<li class="toctree-l3"><a class="reference internal" href="c-api/init.html#thread-state-and-the-global-interpreter-lock">Thread State and the Global Interpreter Lock</a><ul>
<li class="toctree-l4"><a class="reference internal" href="c-api/init.html#releasing-the-gil-from-extension-code">Releasing the GIL from extension code</a></li>
<li class="toctree-l4"><a class="reference internal" href="c-api/init.html#non-python-created-threads">Non-Python created threads</a></li>
<li class="toctree-l4"><a class="reference internal" href="c-api/init.html#high-level-api">High-level API</a></li>
<li class="toctree-l4"><a class="reference internal" href="c-api/init.html#low-level-api">Low-level API</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="c-api/init.html#sub-interpreter-support">Sub-interpreter support</a><ul>
<li class="toctree-l4"><a class="reference internal" href="c-api/init.html#bugs-and-caveats">Bugs and caveats</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="c-api/init.html#asynchronous-notifications">Asynchronous Notifications</a></li>
<li class="toctree-l3"><a class="reference internal" href="c-api/init.html#profiling-and-tracing">Profiling and Tracing</a></li>
<li class="toctree-l3"><a class="reference internal" href="c-api/init.html#advanced-debugger-support">Advanced Debugger Support</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="c-api/memory.html">Memory Management</a><ul>
<li class="toctree-l3"><a class="reference internal" href="c-api/memory.html#overview">Overview</a></li>
<li class="toctree-l3"><a class="reference internal" href="c-api/memory.html#memory-interface">Memory Interface</a></li>
<li class="toctree-l3"><a class="reference internal" href="c-api/memory.html#examples">Examples</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="c-api/objimpl.html">Object Implementation Support</a><ul>
<li class="toctree-l3"><a class="reference internal" href="c-api/allocation.html">Allocating Objects on the Heap</a></li>
<li class="toctree-l3"><a class="reference internal" href="c-api/structures.html">Common Object Structures</a></li>
<li class="toctree-l3"><a class="reference internal" href="c-api/typeobj.html">Type Objects</a></li>
<li class="toctree-l3"><a class="reference internal" href="c-api/typeobj.html#number-object-structures">Number Object Structures</a></li>
<li class="toctree-l3"><a class="reference internal" href="c-api/typeobj.html#mapping-object-structures">Mapping Object Structures</a></li>
<li class="toctree-l3"><a class="reference internal" href="c-api/typeobj.html#sequence-object-structures">Sequence Object Structures</a></li>
<li class="toctree-l3"><a class="reference internal" href="c-api/typeobj.html#buffer-object-structures">Buffer Object Structures</a></li>
<li class="toctree-l3"><a class="reference internal" href="c-api/gcsupport.html">Supporting Cyclic Garbage Collection</a></li>
</ul>
</li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="distutils/index.html">Distributing Python Modules</a><ul>
<li class="toctree-l2"><a class="reference internal" href="distutils/introduction.html">1. An Introduction to Distutils</a><ul>
<li class="toctree-l3"><a class="reference internal" href="distutils/introduction.html#concepts-terminology">1.1. Concepts &amp; Terminology</a></li>
<li class="toctree-l3"><a class="reference internal" href="distutils/introduction.html#a-simple-example">1.2. A Simple Example</a></li>
<li class="toctree-l3"><a class="reference internal" href="distutils/introduction.html#general-python-terminology">1.3. General Python terminology</a></li>
<li class="toctree-l3"><a class="reference internal" href="distutils/introduction.html#distutils-specific-terminology">1.4. Distutils-specific terminology</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="distutils/setupscript.html">2. Writing the Setup Script</a><ul>
<li class="toctree-l3"><a class="reference internal" href="distutils/setupscript.html#listing-whole-packages">2.1. Listing whole packages</a></li>
<li class="toctree-l3"><a class="reference internal" href="distutils/setupscript.html#listing-individual-modules">2.2. Listing individual modules</a></li>
<li class="toctree-l3"><a class="reference internal" href="distutils/setupscript.html#describing-extension-modules">2.3. Describing extension modules</a><ul>
<li class="toctree-l4"><a class="reference internal" href="distutils/setupscript.html#extension-names-and-packages">2.3.1. Extension names and packages</a></li>
<li class="toctree-l4"><a class="reference internal" href="distutils/setupscript.html#extension-source-files">2.3.2. Extension source files</a></li>
<li class="toctree-l4"><a class="reference internal" href="distutils/setupscript.html#preprocessor-options">2.3.3. Preprocessor options</a></li>
<li class="toctree-l4"><a class="reference internal" href="distutils/setupscript.html#library-options">2.3.4. Library options</a></li>
<li class="toctree-l4"><a class="reference internal" href="distutils/setupscript.html#other-options">2.3.5. Other options</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="distutils/setupscript.html#relationships-between-distributions-and-packages">2.4. Relationships between Distributions and Packages</a></li>
<li class="toctree-l3"><a class="reference internal" href="distutils/setupscript.html#installing-scripts">2.5. Installing Scripts</a></li>
<li class="toctree-l3"><a class="reference internal" href="distutils/setupscript.html#installing-package-data">2.6. Installing Package Data</a></li>
<li class="toctree-l3"><a class="reference internal" href="distutils/setupscript.html#installing-additional-files">2.7. Installing Additional Files</a></li>
<li class="toctree-l3"><a class="reference internal" href="distutils/setupscript.html#additional-meta-data">2.8. Additional meta-data</a></li>
<li class="toctree-l3"><a class="reference internal" href="distutils/setupscript.html#debugging-the-setup-script">2.9. Debugging the setup script</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="distutils/configfile.html">3. Writing the Setup Configuration File</a></li>
<li class="toctree-l2"><a class="reference internal" href="distutils/sourcedist.html">4. Creating a Source Distribution</a><ul>
<li class="toctree-l3"><a class="reference internal" href="distutils/sourcedist.html#specifying-the-files-to-distribute">4.1. Specifying the files to distribute</a></li>
<li class="toctree-l3"><a class="reference internal" href="distutils/sourcedist.html#manifest-related-options">4.2. Manifest-related options</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="distutils/builtdist.html">5. Creating Built Distributions</a><ul>
<li class="toctree-l3"><a class="reference internal" href="distutils/builtdist.html#creating-rpm-packages">5.1. Creating RPM packages</a></li>
<li class="toctree-l3"><a class="reference internal" href="distutils/builtdist.html#creating-windows-installers">5.2. Creating Windows Installers</a></li>
<li class="toctree-l3"><a class="reference internal" href="distutils/builtdist.html#cross-compiling-on-windows">5.3. Cross-compiling on Windows</a><ul>
<li class="toctree-l4"><a class="reference internal" href="distutils/builtdist.html#the-postinstallation-script">5.3.1. The Postinstallation script</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="distutils/builtdist.html#vista-user-access-control-uac">5.4. Vista User Access Control (UAC)</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="distutils/packageindex.html">6. Registering with the Package Index</a><ul>
<li class="toctree-l3"><a class="reference internal" href="distutils/packageindex.html#the-pypirc-file">6.1. The .pypirc file</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="distutils/uploading.html">7. Uploading Packages to the Package Index</a><ul>
<li class="toctree-l3"><a class="reference internal" href="distutils/uploading.html#pypi-package-display">7.1. PyPI package display</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="distutils/examples.html">8. Examples</a><ul>
<li class="toctree-l3"><a class="reference internal" href="distutils/examples.html#pure-python-distribution-by-module">8.1. Pure Python distribution (by module)</a></li>
<li class="toctree-l3"><a class="reference internal" href="distutils/examples.html#pure-python-distribution-by-package">8.2. Pure Python distribution (by package)</a></li>
<li class="toctree-l3"><a class="reference internal" href="distutils/examples.html#single-extension-module">8.3. Single extension module</a></li>
<li class="toctree-l3"><a class="reference internal" href="distutils/examples.html#checking-a-package">8.4. Checking a package</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="distutils/extending.html">9. Extending Distutils</a><ul>
<li class="toctree-l3"><a class="reference internal" href="distutils/extending.html#integrating-new-commands">9.1. Integrating new commands</a></li>
<li class="toctree-l3"><a class="reference internal" href="distutils/extending.html#adding-new-distribution-types">9.2. Adding new distribution types</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="distutils/commandref.html">10. Command Reference</a><ul>
<li class="toctree-l3"><a class="reference internal" href="distutils/commandref.html#installing-modules-the-install-command-family">10.1. Installing modules: the <strong class="command">install</strong> command family</a><ul>
<li class="toctree-l4"><a class="reference internal" href="distutils/commandref.html#install-data">10.1.1. <strong class="command">install_data</strong></a></li>
<li class="toctree-l4"><a class="reference internal" href="distutils/commandref.html#install-scripts">10.1.2. <strong class="command">install_scripts</strong></a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="distutils/commandref.html#creating-a-source-distribution-the-sdist-command">10.2. Creating a source distribution: the <strong class="command">sdist</strong> command</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="distutils/apiref.html">11. API Reference</a><ul>
<li class="toctree-l3"><a class="reference internal" href="distutils/apiref.html#module-distutils.core">11.1. <tt class="docutils literal"><span class="pre">distutils.core</span></tt> &#8212; Core Distutils functionality</a></li>
<li class="toctree-l3"><a class="reference internal" href="distutils/apiref.html#module-distutils.ccompiler">11.2. <tt class="docutils literal"><span class="pre">distutils.ccompiler</span></tt> &#8212; CCompiler base class</a></li>
<li class="toctree-l3"><a class="reference internal" href="distutils/apiref.html#module-distutils.unixccompiler">11.3. <tt class="docutils literal"><span class="pre">distutils.unixccompiler</span></tt> &#8212; Unix C Compiler</a></li>
<li class="toctree-l3"><a class="reference internal" href="distutils/apiref.html#module-distutils.msvccompiler">11.4. <tt class="docutils literal"><span class="pre">distutils.msvccompiler</span></tt> &#8212; Microsoft Compiler</a></li>
<li class="toctree-l3"><a class="reference internal" href="distutils/apiref.html#module-distutils.bcppcompiler">11.5. <tt class="docutils literal"><span class="pre">distutils.bcppcompiler</span></tt> &#8212; Borland Compiler</a></li>
<li class="toctree-l3"><a class="reference internal" href="distutils/apiref.html#module-distutils.cygwinccompiler">11.6. <tt class="docutils literal"><span class="pre">distutils.cygwincompiler</span></tt> &#8212; Cygwin Compiler</a></li>
<li class="toctree-l3"><a class="reference internal" href="distutils/apiref.html#module-distutils.emxccompiler">11.7. <tt class="docutils literal"><span class="pre">distutils.emxccompiler</span></tt> &#8212; OS/2 EMX Compiler</a></li>
<li class="toctree-l3"><a class="reference internal" href="distutils/apiref.html#module-distutils.archive_util">11.8. <tt class="docutils literal"><span class="pre">distutils.archive_util</span></tt> &#8212;  Archiving utilities</a></li>
<li class="toctree-l3"><a class="reference internal" href="distutils/apiref.html#module-distutils.dep_util">11.9. <tt class="docutils literal"><span class="pre">distutils.dep_util</span></tt> &#8212; Dependency checking</a></li>
<li class="toctree-l3"><a class="reference internal" href="distutils/apiref.html#module-distutils.dir_util">11.10. <tt class="docutils literal"><span class="pre">distutils.dir_util</span></tt> &#8212; Directory tree operations</a></li>
<li class="toctree-l3"><a class="reference internal" href="distutils/apiref.html#module-distutils.file_util">11.11. <tt class="docutils literal"><span class="pre">distutils.file_util</span></tt> &#8212; Single file operations</a></li>
<li class="toctree-l3"><a class="reference internal" href="distutils/apiref.html#module-distutils.util">11.12. <tt class="docutils literal"><span class="pre">distutils.util</span></tt> &#8212; Miscellaneous other utility functions</a></li>
<li class="toctree-l3"><a class="reference internal" href="distutils/apiref.html#module-distutils.dist">11.13. <tt class="docutils literal"><span class="pre">distutils.dist</span></tt> &#8212; The Distribution class</a></li>
<li class="toctree-l3"><a class="reference internal" href="distutils/apiref.html#module-distutils.extension">11.14. <tt class="docutils literal"><span class="pre">distutils.extension</span></tt> &#8212; The Extension class</a></li>
<li class="toctree-l3"><a class="reference internal" href="distutils/apiref.html#module-distutils.debug">11.15. <tt class="docutils literal"><span class="pre">distutils.debug</span></tt> &#8212; Distutils debug mode</a></li>
<li class="toctree-l3"><a class="reference internal" href="distutils/apiref.html#module-distutils.errors">11.16. <tt class="docutils literal"><span class="pre">distutils.errors</span></tt> &#8212; Distutils exceptions</a></li>
<li class="toctree-l3"><a class="reference internal" href="distutils/apiref.html#module-distutils.fancy_getopt">11.17. <tt class="docutils literal"><span class="pre">distutils.fancy_getopt</span></tt> &#8212; Wrapper around the standard getopt module</a></li>
<li class="toctree-l3"><a class="reference internal" href="distutils/apiref.html#module-distutils.filelist">11.18. <tt class="docutils literal"><span class="pre">distutils.filelist</span></tt> &#8212; The FileList class</a></li>
<li class="toctree-l3"><a class="reference internal" href="distutils/apiref.html#module-distutils.log">11.19. <tt class="docutils literal"><span class="pre">distutils.log</span></tt> &#8212; Simple PEP 282-style logging</a></li>
<li class="toctree-l3"><a class="reference internal" href="distutils/apiref.html#module-distutils.spawn">11.20. <tt class="docutils literal"><span class="pre">distutils.spawn</span></tt> &#8212; Spawn a sub-process</a></li>
<li class="toctree-l3"><a class="reference internal" href="distutils/apiref.html#module-distutils.sysconfig">11.21. <tt class="docutils literal"><span class="pre">distutils.sysconfig</span></tt> &#8212; System configuration information</a></li>
<li class="toctree-l3"><a class="reference internal" href="distutils/apiref.html#module-distutils.text_file">11.22. <tt class="docutils literal"><span class="pre">distutils.text_file</span></tt> &#8212; The TextFile class</a></li>
<li class="toctree-l3"><a class="reference internal" href="distutils/apiref.html#module-distutils.version">11.23. <tt class="docutils literal"><span class="pre">distutils.version</span></tt> &#8212; Version number classes</a></li>
<li class="toctree-l3"><a class="reference internal" href="distutils/apiref.html#module-distutils.cmd">11.24. <tt class="docutils literal"><span class="pre">distutils.cmd</span></tt> &#8212; Abstract base class for Distutils commands</a></li>
<li class="toctree-l3"><a class="reference internal" href="distutils/apiref.html#creating-a-new-distutils-command">11.25. Creating a new Distutils command</a></li>
<li class="toctree-l3"><a class="reference internal" href="distutils/apiref.html#module-distutils.command">11.26. <tt class="docutils literal"><span class="pre">distutils.command</span></tt> &#8212; Individual Distutils commands</a></li>
<li class="toctree-l3"><a class="reference internal" href="distutils/apiref.html#module-distutils.command.bdist">11.27. <tt class="docutils literal"><span class="pre">distutils.command.bdist</span></tt> &#8212; Build a binary installer</a></li>
<li class="toctree-l3"><a class="reference internal" href="distutils/apiref.html#module-distutils.command.bdist_packager">11.28. <tt class="docutils literal"><span class="pre">distutils.command.bdist_packager</span></tt> &#8212; Abstract base class for packagers</a></li>
<li class="toctree-l3"><a class="reference internal" href="distutils/apiref.html#module-distutils.command.bdist_dumb">11.29. <tt class="docutils literal"><span class="pre">distutils.command.bdist_dumb</span></tt> &#8212; Build a &#8220;dumb&#8221; installer</a></li>
<li class="toctree-l3"><a class="reference internal" href="distutils/apiref.html#module-distutils.command.bdist_msi">11.30. <tt class="docutils literal"><span class="pre">distutils.command.bdist_msi</span></tt> &#8212; Build a Microsoft Installer binary package</a></li>
<li class="toctree-l3"><a class="reference internal" href="distutils/apiref.html#module-distutils.command.bdist_rpm">11.31. <tt class="docutils literal"><span class="pre">distutils.command.bdist_rpm</span></tt> &#8212; Build a binary distribution as a Redhat RPM and SRPM</a></li>
<li class="toctree-l3"><a class="reference internal" href="distutils/apiref.html#module-distutils.command.bdist_wininst">11.32. <tt class="docutils literal"><span class="pre">distutils.command.bdist_wininst</span></tt> &#8212; Build a Windows installer</a></li>
<li class="toctree-l3"><a class="reference internal" href="distutils/apiref.html#module-distutils.command.sdist">11.33. <tt class="docutils literal"><span class="pre">distutils.command.sdist</span></tt> &#8212; Build a source distribution</a></li>
<li class="toctree-l3"><a class="reference internal" href="distutils/apiref.html#module-distutils.command.build">11.34. <tt class="docutils literal"><span class="pre">distutils.command.build</span></tt> &#8212; Build all files of a package</a></li>
<li class="toctree-l3"><a class="reference internal" href="distutils/apiref.html#module-distutils.command.build_clib">11.35. <tt class="docutils literal"><span class="pre">distutils.command.build_clib</span></tt> &#8212; Build any C libraries in a package</a></li>
<li class="toctree-l3"><a class="reference internal" href="distutils/apiref.html#module-distutils.command.build_ext">11.36. <tt class="docutils literal"><span class="pre">distutils.command.build_ext</span></tt> &#8212; Build any extensions in a package</a></li>
<li class="toctree-l3"><a class="reference internal" href="distutils/apiref.html#module-distutils.command.build_py">11.37. <tt class="docutils literal"><span class="pre">distutils.command.build_py</span></tt> &#8212; Build the .py/.pyc files of a package</a></li>
<li class="toctree-l3"><a class="reference internal" href="distutils/apiref.html#module-distutils.command.build_scripts">11.38. <tt class="docutils literal"><span class="pre">distutils.command.build_scripts</span></tt> &#8212; Build the scripts of a package</a></li>
<li class="toctree-l3"><a class="reference internal" href="distutils/apiref.html#module-distutils.command.clean">11.39. <tt class="docutils literal"><span class="pre">distutils.command.clean</span></tt> &#8212; Clean a package build area</a></li>
<li class="toctree-l3"><a class="reference internal" href="distutils/apiref.html#module-distutils.command.config">11.40. <tt class="docutils literal"><span class="pre">distutils.command.config</span></tt> &#8212; Perform package configuration</a></li>
<li class="toctree-l3"><a class="reference internal" href="distutils/apiref.html#module-distutils.command.install">11.41. <tt class="docutils literal"><span class="pre">distutils.command.install</span></tt> &#8212; Install a package</a></li>
<li class="toctree-l3"><a class="reference internal" href="distutils/apiref.html#module-distutils.command.install_data">11.42. <tt class="docutils literal"><span class="pre">distutils.command.install_data</span></tt> &#8212; Install data files from a package</a></li>
<li class="toctree-l3"><a class="reference internal" href="distutils/apiref.html#module-distutils.command.install_headers">11.43. <tt class="docutils literal"><span class="pre">distutils.command.install_headers</span></tt> &#8212; Install C/C++ header files from a package</a></li>
<li class="toctree-l3"><a class="reference internal" href="distutils/apiref.html#module-distutils.command.install_lib">11.44. <tt class="docutils literal"><span class="pre">distutils.command.install_lib</span></tt> &#8212; Install library files from a package</a></li>
<li class="toctree-l3"><a class="reference internal" href="distutils/apiref.html#module-distutils.command.install_scripts">11.45. <tt class="docutils literal"><span class="pre">distutils.command.install_scripts</span></tt> &#8212; Install script files from a package</a></li>
<li class="toctree-l3"><a class="reference internal" href="distutils/apiref.html#module-distutils.command.register">11.46. <tt class="docutils literal"><span class="pre">distutils.command.register</span></tt> &#8212; Register a module with the Python Package Index</a></li>
<li class="toctree-l3"><a class="reference internal" href="distutils/apiref.html#module-distutils.command.check">11.47. <tt class="docutils literal"><span class="pre">distutils.command.check</span></tt> &#8212; Check the meta-data of a package</a></li>
</ul>
</li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="install/index.html">Installing Python Modules</a><ul>
<li class="toctree-l2"><a class="reference internal" href="install/index.html#introduction">Introduction</a><ul>
<li class="toctree-l3"><a class="reference internal" href="install/index.html#best-case-trivial-installation">Best case: trivial installation</a></li>
<li class="toctree-l3"><a class="reference internal" href="install/index.html#the-new-standard-distutils">The new standard: Distutils</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="install/index.html#standard-build-and-install">Standard Build and Install</a><ul>
<li class="toctree-l3"><a class="reference internal" href="install/index.html#platform-variations">Platform variations</a></li>
<li class="toctree-l3"><a class="reference internal" href="install/index.html#splitting-the-job-up">Splitting the job up</a></li>
<li class="toctree-l3"><a class="reference internal" href="install/index.html#how-building-works">How building works</a></li>
<li class="toctree-l3"><a class="reference internal" href="install/index.html#how-installation-works">How installation works</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="install/index.html#alternate-installation">Alternate Installation</a><ul>
<li class="toctree-l3"><a class="reference internal" href="install/index.html#alternate-installation-the-user-scheme">Alternate installation: the user scheme</a></li>
<li class="toctree-l3"><a class="reference internal" href="install/index.html#alternate-installation-the-home-scheme">Alternate installation: the home scheme</a></li>
<li class="toctree-l3"><a class="reference internal" href="install/index.html#alternate-installation-unix-the-prefix-scheme">Alternate installation: Unix (the prefix scheme)</a></li>
<li class="toctree-l3"><a class="reference internal" href="install/index.html#alternate-installation-windows-the-prefix-scheme">Alternate installation: Windows (the prefix scheme)</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="install/index.html#custom-installation">Custom Installation</a><ul>
<li class="toctree-l3"><a class="reference internal" href="install/index.html#modifying-python-s-search-path">Modifying Python&#8217;s Search Path</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="install/index.html#distutils-configuration-files">Distutils Configuration Files</a><ul>
<li class="toctree-l3"><a class="reference internal" href="install/index.html#location-and-names-of-config-files">Location and names of config files</a></li>
<li class="toctree-l3"><a class="reference internal" href="install/index.html#syntax-of-config-files">Syntax of config files</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="install/index.html#building-extensions-tips-and-tricks">Building Extensions: Tips and Tricks</a><ul>
<li class="toctree-l3"><a class="reference internal" href="install/index.html#tweaking-compiler-linker-flags">Tweaking compiler/linker flags</a></li>
<li class="toctree-l3"><a class="reference internal" href="install/index.html#using-non-microsoft-compilers-on-windows">Using non-Microsoft compilers on Windows</a><ul>
<li class="toctree-l4"><a class="reference internal" href="install/index.html#borland-codegear-c">Borland/CodeGear C++</a></li>
<li class="toctree-l4"><a class="reference internal" href="install/index.html#gnu-c-cygwin-mingw">GNU C / Cygwin / MinGW</a><ul>
<li class="toctree-l5"><a class="reference internal" href="install/index.html#older-versions-of-python-and-mingw">Older Versions of Python and MinGW</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="howto/index.html">Python HOWTOs</a><ul>
<li class="toctree-l2"><a class="reference internal" href="howto/advocacy.html">Python Advocacy HOWTO</a><ul>
<li class="toctree-l3"><a class="reference internal" href="howto/advocacy.html#reasons-to-use-python">Reasons to Use Python</a><ul>
<li class="toctree-l4"><a class="reference internal" href="howto/advocacy.html#programmability">Programmability</a></li>
<li class="toctree-l4"><a class="reference internal" href="howto/advocacy.html#prototyping">Prototyping</a></li>
<li class="toctree-l4"><a class="reference internal" href="howto/advocacy.html#simplicity-and-ease-of-understanding">Simplicity and Ease of Understanding</a></li>
<li class="toctree-l4"><a class="reference internal" href="howto/advocacy.html#java-integration">Java Integration</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="howto/advocacy.html#arguments-and-rebuttals">Arguments and Rebuttals</a></li>
<li class="toctree-l3"><a class="reference internal" href="howto/advocacy.html#useful-resources">Useful Resources</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="howto/pyporting.html">Porting Python 2 Code to Python 3</a><ul>
<li class="toctree-l3"><a class="reference internal" href="howto/pyporting.html#choosing-a-strategy">Choosing a Strategy</a><ul>
<li class="toctree-l4"><a class="reference internal" href="howto/pyporting.html#universal-bits-of-advice">Universal Bits of Advice</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="howto/pyporting.html#python-3-and-3to2">Python 3 and 3to2</a></li>
<li class="toctree-l3"><a class="reference internal" href="howto/pyporting.html#python-2-and-2to3">Python 2 and 2to3</a><ul>
<li class="toctree-l4"><a class="reference internal" href="howto/pyporting.html#support-python-2-7">Support Python 2.7</a></li>
<li class="toctree-l4"><a class="reference internal" href="howto/pyporting.html#try-to-support-python-2-6-and-newer-only">Try to Support Python 2.6 and Newer Only</a><ul>
<li class="toctree-l5"><a class="reference internal" href="howto/pyporting.html#from-future-import-print-function"><tt class="docutils literal"><span class="pre">from</span> <span class="pre">__future__</span> <span class="pre">import</span> <span class="pre">print_function</span></tt></a></li>
<li class="toctree-l5"><a class="reference internal" href="howto/pyporting.html#from-future-import-unicode-literals"><tt class="docutils literal"><span class="pre">from</span> <span class="pre">__future__</span> <span class="pre">import</span> <span class="pre">unicode_literals</span></tt></a></li>
<li class="toctree-l5"><a class="reference internal" href="howto/pyporting.html#bytes-literals">Bytes literals</a></li>
</ul>
</li>
<li class="toctree-l4"><a class="reference internal" href="howto/pyporting.html#supporting-python-2-5-and-newer-only">Supporting Python 2.5 and Newer Only</a><ul>
<li class="toctree-l5"><a class="reference internal" href="howto/pyporting.html#from-future-import-absolute-import"><tt class="docutils literal"><span class="pre">from</span> <span class="pre">__future__</span> <span class="pre">import</span> <span class="pre">absolute_import</span></tt></a></li>
</ul>
</li>
<li class="toctree-l4"><a class="reference internal" href="howto/pyporting.html#handle-common-gotchas">Handle Common &#8220;Gotchas&#8221;</a><ul>
<li class="toctree-l5"><a class="reference internal" href="howto/pyporting.html#from-future-import-division"><tt class="docutils literal"><span class="pre">from</span> <span class="pre">__future__</span> <span class="pre">import</span> <span class="pre">division</span></tt></a></li>
<li class="toctree-l5"><a class="reference internal" href="howto/pyporting.html#specify-when-opening-a-file-as-binary">Specify when opening a file as binary</a></li>
<li class="toctree-l5"><a class="reference internal" href="howto/pyporting.html#text-files">Text files</a></li>
<li class="toctree-l5"><a class="reference internal" href="howto/pyporting.html#subclass-object">Subclass <tt class="docutils literal"><span class="pre">object</span></tt></a></li>
<li class="toctree-l5"><a class="reference internal" href="howto/pyporting.html#deal-with-the-bytes-string-dichotomy">Deal With the Bytes/String Dichotomy</a><ul>
<li class="toctree-l6"><a class="reference internal" href="howto/pyporting.html#mark-up-python-2-string-literals">Mark Up Python 2 String Literals</a></li>
<li class="toctree-l6"><a class="reference internal" href="howto/pyporting.html#decide-what-apis-will-accept">Decide what APIs Will Accept</a></li>
<li class="toctree-l6"><a class="reference internal" href="howto/pyporting.html#bytes-unicode-comparison">Bytes / Unicode Comparison</a></li>
</ul>
</li>
<li class="toctree-l5"><a class="reference internal" href="howto/pyporting.html#indexing-bytes-objects">Indexing bytes objects</a></li>
<li class="toctree-l5"><a class="reference internal" href="howto/pyporting.html#str-unicode"><tt class="docutils literal"><span class="pre">__str__()</span></tt>/<tt class="docutils literal"><span class="pre">__unicode__()</span></tt></a></li>
<li class="toctree-l5"><a class="reference internal" href="howto/pyporting.html#don-t-index-on-exceptions">Don&#8217;t Index on Exceptions</a></li>
<li class="toctree-l5"><a class="reference internal" href="howto/pyporting.html#don-t-use-getslice-friends">Don&#8217;t use <tt class="docutils literal"><span class="pre">__getslice__</span></tt> &amp; Friends</a></li>
<li class="toctree-l5"><a class="reference internal" href="howto/pyporting.html#updating-doctests">Updating doctests</a></li>
<li class="toctree-l5"><a class="reference internal" href="howto/pyporting.html#update-map-for-imbalanced-input-sequences">Update <cite>map</cite> for imbalanced input sequences</a></li>
</ul>
</li>
<li class="toctree-l4"><a class="reference internal" href="howto/pyporting.html#eliminate-3-warnings">Eliminate <tt class="docutils literal"><span class="pre">-3</span></tt> Warnings</a></li>
<li class="toctree-l4"><a class="reference internal" href="howto/pyporting.html#run-2to3">Run 2to3</a><ul>
<li class="toctree-l5"><a class="reference internal" href="howto/pyporting.html#manually">Manually</a></li>
<li class="toctree-l5"><a class="reference internal" href="howto/pyporting.html#during-installation">During Installation</a></li>
</ul>
</li>
<li class="toctree-l4"><a class="reference internal" href="howto/pyporting.html#verify-test">Verify &amp; Test</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="howto/pyporting.html#python-2-3-compatible-source">Python 2/3 Compatible Source</a><ul>
<li class="toctree-l4"><a class="reference internal" href="howto/pyporting.html#follow-the-steps-for-using-2to3">Follow The Steps for Using 2to3</a></li>
<li class="toctree-l4"><a class="reference internal" href="howto/pyporting.html#use-six">Use six</a></li>
<li class="toctree-l4"><a class="reference internal" href="howto/pyporting.html#capturing-the-currently-raised-exception">Capturing the Currently Raised Exception</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="howto/pyporting.html#other-resources">Other Resources</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="howto/cporting.html">Porting Extension Modules to 3.0</a><ul>
<li class="toctree-l3"><a class="reference internal" href="howto/cporting.html#conditional-compilation">Conditional compilation</a></li>
<li class="toctree-l3"><a class="reference internal" href="howto/cporting.html#changes-to-object-apis">Changes to Object APIs</a><ul>
<li class="toctree-l4"><a class="reference internal" href="howto/cporting.html#str-unicode-unification">str/unicode Unification</a></li>
<li class="toctree-l4"><a class="reference internal" href="howto/cporting.html#long-int-unification">long/int Unification</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="howto/cporting.html#module-initialization-and-state">Module initialization and state</a></li>
<li class="toctree-l3"><a class="reference internal" href="howto/cporting.html#other-options">Other options</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="howto/curses.html">Curses Programming with Python</a><ul>
<li class="toctree-l3"><a class="reference internal" href="howto/curses.html#what-is-curses">What is curses?</a><ul>
<li class="toctree-l4"><a class="reference internal" href="howto/curses.html#the-python-curses-module">The Python curses module</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="howto/curses.html#starting-and-ending-a-curses-application">Starting and ending a curses application</a></li>
<li class="toctree-l3"><a class="reference internal" href="howto/curses.html#windows-and-pads">Windows and Pads</a></li>
<li class="toctree-l3"><a class="reference internal" href="howto/curses.html#displaying-text">Displaying Text</a><ul>
<li class="toctree-l4"><a class="reference internal" href="howto/curses.html#attributes-and-color">Attributes and Color</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="howto/curses.html#user-input">User Input</a></li>
<li class="toctree-l3"><a class="reference internal" href="howto/curses.html#for-more-information">For More Information</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="howto/descriptor.html">Descriptor HowTo Guide</a><ul>
<li class="toctree-l3"><a class="reference internal" href="howto/descriptor.html#abstract">Abstract</a></li>
<li class="toctree-l3"><a class="reference internal" href="howto/descriptor.html#definition-and-introduction">Definition and Introduction</a></li>
<li class="toctree-l3"><a class="reference internal" href="howto/descriptor.html#descriptor-protocol">Descriptor Protocol</a></li>
<li class="toctree-l3"><a class="reference internal" href="howto/descriptor.html#invoking-descriptors">Invoking Descriptors</a></li>
<li class="toctree-l3"><a class="reference internal" href="howto/descriptor.html#descriptor-example">Descriptor Example</a></li>
<li class="toctree-l3"><a class="reference internal" href="howto/descriptor.html#properties">Properties</a></li>
<li class="toctree-l3"><a class="reference internal" href="howto/descriptor.html#functions-and-methods">Functions and Methods</a></li>
<li class="toctree-l3"><a class="reference internal" href="howto/descriptor.html#static-methods-and-class-methods">Static Methods and Class Methods</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="howto/functional.html">Functional Programming HOWTO</a><ul>
<li class="toctree-l3"><a class="reference internal" href="howto/functional.html#introduction">Introduction</a><ul>
<li class="toctree-l4"><a class="reference internal" href="howto/functional.html#formal-provability">Formal provability</a></li>
<li class="toctree-l4"><a class="reference internal" href="howto/functional.html#modularity">Modularity</a></li>
<li class="toctree-l4"><a class="reference internal" href="howto/functional.html#ease-of-debugging-and-testing">Ease of debugging and testing</a></li>
<li class="toctree-l4"><a class="reference internal" href="howto/functional.html#composability">Composability</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="howto/functional.html#iterators">Iterators</a><ul>
<li class="toctree-l4"><a class="reference internal" href="howto/functional.html#data-types-that-support-iterators">Data Types That Support Iterators</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="howto/functional.html#generator-expressions-and-list-comprehensions">Generator expressions and list comprehensions</a></li>
<li class="toctree-l3"><a class="reference internal" href="howto/functional.html#generators">Generators</a><ul>
<li class="toctree-l4"><a class="reference internal" href="howto/functional.html#passing-values-into-a-generator">Passing values into a generator</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="howto/functional.html#built-in-functions">Built-in functions</a></li>
<li class="toctree-l3"><a class="reference internal" href="howto/functional.html#the-itertools-module">The itertools module</a><ul>
<li class="toctree-l4"><a class="reference internal" href="howto/functional.html#creating-new-iterators">Creating new iterators</a></li>
<li class="toctree-l4"><a class="reference internal" href="howto/functional.html#calling-functions-on-elements">Calling functions on elements</a></li>
<li class="toctree-l4"><a class="reference internal" href="howto/functional.html#selecting-elements">Selecting elements</a></li>
<li class="toctree-l4"><a class="reference internal" href="howto/functional.html#grouping-elements">Grouping elements</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="howto/functional.html#the-functools-module">The functools module</a><ul>
<li class="toctree-l4"><a class="reference internal" href="howto/functional.html#the-operator-module">The operator module</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="howto/functional.html#small-functions-and-the-lambda-expression">Small functions and the lambda expression</a></li>
<li class="toctree-l3"><a class="reference internal" href="howto/functional.html#revision-history-and-acknowledgements">Revision History and Acknowledgements</a></li>
<li class="toctree-l3"><a class="reference internal" href="howto/functional.html#references">References</a><ul>
<li class="toctree-l4"><a class="reference internal" href="howto/functional.html#general">General</a></li>
<li class="toctree-l4"><a class="reference internal" href="howto/functional.html#python-specific">Python-specific</a></li>
<li class="toctree-l4"><a class="reference internal" href="howto/functional.html#python-documentation">Python documentation</a></li>
</ul>
</li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="howto/logging.html">Logging HOWTO</a><ul>
<li class="toctree-l3"><a class="reference internal" href="howto/logging.html#basic-logging-tutorial">Basic Logging Tutorial</a><ul>
<li class="toctree-l4"><a class="reference internal" href="howto/logging.html#when-to-use-logging">When to use logging</a></li>
<li class="toctree-l4"><a class="reference internal" href="howto/logging.html#a-simple-example">A simple example</a></li>
<li class="toctree-l4"><a class="reference internal" href="howto/logging.html#logging-to-a-file">Logging to a file</a></li>
<li class="toctree-l4"><a class="reference internal" href="howto/logging.html#logging-from-multiple-modules">Logging from multiple modules</a></li>
<li class="toctree-l4"><a class="reference internal" href="howto/logging.html#logging-variable-data">Logging variable data</a></li>
<li class="toctree-l4"><a class="reference internal" href="howto/logging.html#changing-the-format-of-displayed-messages">Changing the format of displayed messages</a></li>
<li class="toctree-l4"><a class="reference internal" href="howto/logging.html#displaying-the-date-time-in-messages">Displaying the date/time in messages</a></li>
<li class="toctree-l4"><a class="reference internal" href="howto/logging.html#next-steps">Next Steps</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="howto/logging.html#advanced-logging-tutorial">Advanced Logging Tutorial</a><ul>
<li class="toctree-l4"><a class="reference internal" href="howto/logging.html#loggers">Loggers</a></li>
<li class="toctree-l4"><a class="reference internal" href="howto/logging.html#handlers">Handlers</a></li>
<li class="toctree-l4"><a class="reference internal" href="howto/logging.html#formatters">Formatters</a></li>
<li class="toctree-l4"><a class="reference internal" href="howto/logging.html#configuring-logging">Configuring Logging</a></li>
<li class="toctree-l4"><a class="reference internal" href="howto/logging.html#what-happens-if-no-configuration-is-provided">What happens if no configuration is provided</a></li>
<li class="toctree-l4"><a class="reference internal" href="howto/logging.html#configuring-logging-for-a-library">Configuring Logging for a Library</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="howto/logging.html#logging-levels">Logging Levels</a><ul>
<li class="toctree-l4"><a class="reference internal" href="howto/logging.html#custom-levels">Custom Levels</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="howto/logging.html#useful-handlers">Useful Handlers</a></li>
<li class="toctree-l3"><a class="reference internal" href="howto/logging.html#exceptions-raised-during-logging">Exceptions raised during logging</a></li>
<li class="toctree-l3"><a class="reference internal" href="howto/logging.html#using-arbitrary-objects-as-messages">Using arbitrary objects as messages</a></li>
<li class="toctree-l3"><a class="reference internal" href="howto/logging.html#optimization">Optimization</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="howto/logging-cookbook.html">Logging Cookbook</a><ul>
<li class="toctree-l3"><a class="reference internal" href="howto/logging-cookbook.html#using-logging-in-multiple-modules">Using logging in multiple modules</a></li>
<li class="toctree-l3"><a class="reference internal" href="howto/logging-cookbook.html#multiple-handlers-and-formatters">Multiple handlers and formatters</a></li>
<li class="toctree-l3"><a class="reference internal" href="howto/logging-cookbook.html#logging-to-multiple-destinations">Logging to multiple destinations</a></li>
<li class="toctree-l3"><a class="reference internal" href="howto/logging-cookbook.html#configuration-server-example">Configuration server example</a></li>
<li class="toctree-l3"><a class="reference internal" href="howto/logging-cookbook.html#dealing-with-handlers-that-block">Dealing with handlers that block</a></li>
<li class="toctree-l3"><a class="reference internal" href="howto/logging-cookbook.html#sending-and-receiving-logging-events-across-a-network">Sending and receiving logging events across a network</a></li>
<li class="toctree-l3"><a class="reference internal" href="howto/logging-cookbook.html#adding-contextual-information-to-your-logging-output">Adding contextual information to your logging output</a><ul>
<li class="toctree-l4"><a class="reference internal" href="howto/logging-cookbook.html#using-loggeradapters-to-impart-contextual-information">Using LoggerAdapters to impart contextual information</a></li>
<li class="toctree-l4"><a class="reference internal" href="howto/logging-cookbook.html#using-filters-to-impart-contextual-information">Using Filters to impart contextual information</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="howto/logging-cookbook.html#logging-to-a-single-file-from-multiple-processes">Logging to a single file from multiple processes</a></li>
<li class="toctree-l3"><a class="reference internal" href="howto/logging-cookbook.html#using-file-rotation">Using file rotation</a></li>
<li class="toctree-l3"><a class="reference internal" href="howto/logging-cookbook.html#subclassing-queuehandler-a-zeromq-example">Subclassing QueueHandler - a ZeroMQ example</a></li>
<li class="toctree-l3"><a class="reference internal" href="howto/logging-cookbook.html#subclassing-queuelistener-a-zeromq-example">Subclassing QueueListener - a ZeroMQ example</a></li>
<li class="toctree-l3"><a class="reference internal" href="howto/logging-cookbook.html#an-example-dictionary-based-configuration">An example dictionary-based configuration</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="howto/regex.html">Regular Expression HOWTO</a><ul>
<li class="toctree-l3"><a class="reference internal" href="howto/regex.html#introduction">Introduction</a></li>
<li class="toctree-l3"><a class="reference internal" href="howto/regex.html#simple-patterns">Simple Patterns</a><ul>
<li class="toctree-l4"><a class="reference internal" href="howto/regex.html#matching-characters">Matching Characters</a></li>
<li class="toctree-l4"><a class="reference internal" href="howto/regex.html#repeating-things">Repeating Things</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="howto/regex.html#using-regular-expressions">Using Regular Expressions</a><ul>
<li class="toctree-l4"><a class="reference internal" href="howto/regex.html#compiling-regular-expressions">Compiling Regular Expressions</a></li>
<li class="toctree-l4"><a class="reference internal" href="howto/regex.html#the-backslash-plague">The Backslash Plague</a></li>
<li class="toctree-l4"><a class="reference internal" href="howto/regex.html#performing-matches">Performing Matches</a></li>
<li class="toctree-l4"><a class="reference internal" href="howto/regex.html#module-level-functions">Module-Level Functions</a></li>
<li class="toctree-l4"><a class="reference internal" href="howto/regex.html#compilation-flags">Compilation Flags</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="howto/regex.html#more-pattern-power">More Pattern Power</a><ul>
<li class="toctree-l4"><a class="reference internal" href="howto/regex.html#more-metacharacters">More Metacharacters</a></li>
<li class="toctree-l4"><a class="reference internal" href="howto/regex.html#grouping">Grouping</a></li>
<li class="toctree-l4"><a class="reference internal" href="howto/regex.html#non-capturing-and-named-groups">Non-capturing and Named Groups</a></li>
<li class="toctree-l4"><a class="reference internal" href="howto/regex.html#lookahead-assertions">Lookahead Assertions</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="howto/regex.html#modifying-strings">Modifying Strings</a><ul>
<li class="toctree-l4"><a class="reference internal" href="howto/regex.html#splitting-strings">Splitting Strings</a></li>
<li class="toctree-l4"><a class="reference internal" href="howto/regex.html#search-and-replace">Search and Replace</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="howto/regex.html#common-problems">Common Problems</a><ul>
<li class="toctree-l4"><a class="reference internal" href="howto/regex.html#use-string-methods">Use String Methods</a></li>
<li class="toctree-l4"><a class="reference internal" href="howto/regex.html#match-versus-search">match() versus search()</a></li>
<li class="toctree-l4"><a class="reference internal" href="howto/regex.html#greedy-versus-non-greedy">Greedy versus Non-Greedy</a></li>
<li class="toctree-l4"><a class="reference internal" href="howto/regex.html#using-re-verbose">Using re.VERBOSE</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="howto/regex.html#feedback">Feedback</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="howto/sockets.html">Socket Programming HOWTO</a><ul>
<li class="toctree-l3"><a class="reference internal" href="howto/sockets.html#sockets">Sockets</a><ul>
<li class="toctree-l4"><a class="reference internal" href="howto/sockets.html#history">History</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="howto/sockets.html#creating-a-socket">Creating a Socket</a><ul>
<li class="toctree-l4"><a class="reference internal" href="howto/sockets.html#ipc">IPC</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="howto/sockets.html#using-a-socket">Using a Socket</a><ul>
<li class="toctree-l4"><a class="reference internal" href="howto/sockets.html#binary-data">Binary Data</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="howto/sockets.html#disconnecting">Disconnecting</a><ul>
<li class="toctree-l4"><a class="reference internal" href="howto/sockets.html#when-sockets-die">When Sockets Die</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="howto/sockets.html#non-blocking-sockets">Non-blocking Sockets</a><ul>
<li class="toctree-l4"><a class="reference internal" href="howto/sockets.html#performance">Performance</a></li>
</ul>
</li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="howto/sorting.html">Sorting HOW TO</a><ul>
<li class="toctree-l3"><a class="reference internal" href="howto/sorting.html#sorting-basics">Sorting Basics</a></li>
<li class="toctree-l3"><a class="reference internal" href="howto/sorting.html#key-functions">Key Functions</a></li>
<li class="toctree-l3"><a class="reference internal" href="howto/sorting.html#operator-module-functions">Operator Module Functions</a></li>
<li class="toctree-l3"><a class="reference internal" href="howto/sorting.html#ascending-and-descending">Ascending and Descending</a></li>
<li class="toctree-l3"><a class="reference internal" href="howto/sorting.html#sort-stability-and-complex-sorts">Sort Stability and Complex Sorts</a></li>
<li class="toctree-l3"><a class="reference internal" href="howto/sorting.html#the-old-way-using-decorate-sort-undecorate">The Old Way Using Decorate-Sort-Undecorate</a></li>
<li class="toctree-l3"><a class="reference internal" href="howto/sorting.html#the-old-way-using-the-cmp-parameter">The Old Way Using the <em>cmp</em> Parameter</a></li>
<li class="toctree-l3"><a class="reference internal" href="howto/sorting.html#odd-and-ends">Odd and Ends</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="howto/unicode.html">Unicode HOWTO</a><ul>
<li class="toctree-l3"><a class="reference internal" href="howto/unicode.html#introduction-to-unicode">Introduction to Unicode</a><ul>
<li class="toctree-l4"><a class="reference internal" href="howto/unicode.html#history-of-character-codes">History of Character Codes</a></li>
<li class="toctree-l4"><a class="reference internal" href="howto/unicode.html#definitions">Definitions</a></li>
<li class="toctree-l4"><a class="reference internal" href="howto/unicode.html#encodings">Encodings</a></li>
<li class="toctree-l4"><a class="reference internal" href="howto/unicode.html#references">References</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="howto/unicode.html#python-s-unicode-support">Python&#8217;s Unicode Support</a><ul>
<li class="toctree-l4"><a class="reference internal" href="howto/unicode.html#the-string-type">The String Type</a></li>
<li class="toctree-l4"><a class="reference internal" href="howto/unicode.html#converting-to-bytes">Converting to Bytes</a></li>
<li class="toctree-l4"><a class="reference internal" href="howto/unicode.html#unicode-literals-in-python-source-code">Unicode Literals in Python Source Code</a></li>
<li class="toctree-l4"><a class="reference internal" href="howto/unicode.html#unicode-properties">Unicode Properties</a></li>
<li class="toctree-l4"><a class="reference internal" href="howto/unicode.html#id2">References</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="howto/unicode.html#reading-and-writing-unicode-data">Reading and Writing Unicode Data</a><ul>
<li class="toctree-l4"><a class="reference internal" href="howto/unicode.html#unicode-filenames">Unicode filenames</a></li>
<li class="toctree-l4"><a class="reference internal" href="howto/unicode.html#tips-for-writing-unicode-aware-programs">Tips for Writing Unicode-aware Programs</a></li>
<li class="toctree-l4"><a class="reference internal" href="howto/unicode.html#id3">References</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="howto/unicode.html#acknowledgements">Acknowledgements</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="howto/urllib2.html">HOWTO Fetch Internet Resources Using The urllib Package</a><ul>
<li class="toctree-l3"><a class="reference internal" href="howto/urllib2.html#introduction">Introduction</a></li>
<li class="toctree-l3"><a class="reference internal" href="howto/urllib2.html#fetching-urls">Fetching URLs</a><ul>
<li class="toctree-l4"><a class="reference internal" href="howto/urllib2.html#data">Data</a></li>
<li class="toctree-l4"><a class="reference internal" href="howto/urllib2.html#headers">Headers</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="howto/urllib2.html#handling-exceptions">Handling Exceptions</a><ul>
<li class="toctree-l4"><a class="reference internal" href="howto/urllib2.html#urlerror">URLError</a></li>
<li class="toctree-l4"><a class="reference internal" href="howto/urllib2.html#httperror">HTTPError</a><ul>
<li class="toctree-l5"><a class="reference internal" href="howto/urllib2.html#error-codes">Error Codes</a></li>
</ul>
</li>
<li class="toctree-l4"><a class="reference internal" href="howto/urllib2.html#wrapping-it-up">Wrapping it Up</a><ul>
<li class="toctree-l5"><a class="reference internal" href="howto/urllib2.html#number-1">Number 1</a></li>
<li class="toctree-l5"><a class="reference internal" href="howto/urllib2.html#number-2">Number 2</a></li>
</ul>
</li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="howto/urllib2.html#info-and-geturl">info and geturl</a></li>
<li class="toctree-l3"><a class="reference internal" href="howto/urllib2.html#openers-and-handlers">Openers and Handlers</a></li>
<li class="toctree-l3"><a class="reference internal" href="howto/urllib2.html#id6">Basic Authentication</a></li>
<li class="toctree-l3"><a class="reference internal" href="howto/urllib2.html#proxies">Proxies</a></li>
<li class="toctree-l3"><a class="reference internal" href="howto/urllib2.html#sockets-and-layers">Sockets and Layers</a></li>
<li class="toctree-l3"><a class="reference internal" href="howto/urllib2.html#footnotes">Footnotes</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="howto/webservers.html">HOWTO Use Python in the web</a><ul>
<li class="toctree-l3"><a class="reference internal" href="howto/webservers.html#the-low-level-view">The Low-Level View</a><ul>
<li class="toctree-l4"><a class="reference internal" href="howto/webservers.html#common-gateway-interface">Common Gateway Interface</a><ul>
<li class="toctree-l5"><a class="reference internal" href="howto/webservers.html#simple-script-for-testing-cgi">Simple script for testing CGI</a></li>
<li class="toctree-l5"><a class="reference internal" href="howto/webservers.html#setting-up-cgi-on-your-own-server">Setting up CGI on your own server</a></li>
<li class="toctree-l5"><a class="reference internal" href="howto/webservers.html#common-problems-with-cgi-scripts">Common problems with CGI scripts</a></li>
</ul>
</li>
<li class="toctree-l4"><a class="reference internal" href="howto/webservers.html#mod-python">mod_python</a></li>
<li class="toctree-l4"><a class="reference internal" href="howto/webservers.html#fastcgi-and-scgi">FastCGI and SCGI</a><ul>
<li class="toctree-l5"><a class="reference internal" href="howto/webservers.html#setting-up-fastcgi">Setting up FastCGI</a></li>
</ul>
</li>
<li class="toctree-l4"><a class="reference internal" href="howto/webservers.html#mod-wsgi">mod_wsgi</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="howto/webservers.html#step-back-wsgi">Step back: WSGI</a><ul>
<li class="toctree-l4"><a class="reference internal" href="howto/webservers.html#wsgi-servers">WSGI Servers</a></li>
<li class="toctree-l4"><a class="reference internal" href="howto/webservers.html#case-study-moinmoin">Case study: MoinMoin</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="howto/webservers.html#model-view-controller">Model-View-Controller</a></li>
<li class="toctree-l3"><a class="reference internal" href="howto/webservers.html#ingredients-for-websites">Ingredients for Websites</a><ul>
<li class="toctree-l4"><a class="reference internal" href="howto/webservers.html#templates">Templates</a></li>
<li class="toctree-l4"><a class="reference internal" href="howto/webservers.html#data-persistence">Data persistence</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="howto/webservers.html#frameworks">Frameworks</a><ul>
<li class="toctree-l4"><a class="reference internal" href="howto/webservers.html#some-notable-frameworks">Some notable frameworks</a><ul>
<li class="toctree-l5"><a class="reference internal" href="howto/webservers.html#django">Django</a></li>
<li class="toctree-l5"><a class="reference internal" href="howto/webservers.html#turbogears">TurboGears</a></li>
<li class="toctree-l5"><a class="reference internal" href="howto/webservers.html#zope">Zope</a></li>
<li class="toctree-l5"><a class="reference internal" href="howto/webservers.html#other-notable-frameworks">Other notable frameworks</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="faq/index.html">Python Frequently Asked Questions</a><ul>
<li class="toctree-l2"><a class="reference internal" href="faq/general.html">General Python FAQ</a><ul>
<li class="toctree-l3"><a class="reference internal" href="faq/general.html#general-information">General Information</a></li>
<li class="toctree-l3"><a class="reference internal" href="faq/general.html#python-in-the-real-world">Python in the real world</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="faq/programming.html">Programming FAQ</a><ul>
<li class="toctree-l3"><a class="reference internal" href="faq/programming.html#general-questions">General Questions</a></li>
<li class="toctree-l3"><a class="reference internal" href="faq/programming.html#core-language">Core Language</a></li>
<li class="toctree-l3"><a class="reference internal" href="faq/programming.html#numbers-and-strings">Numbers and strings</a></li>
<li class="toctree-l3"><a class="reference internal" href="faq/programming.html#performance">Performance</a></li>
<li class="toctree-l3"><a class="reference internal" href="faq/programming.html#sequences-tuples-lists">Sequences (Tuples/Lists)</a></li>
<li class="toctree-l3"><a class="reference internal" href="faq/programming.html#dictionaries">Dictionaries</a></li>
<li class="toctree-l3"><a class="reference internal" href="faq/programming.html#objects">Objects</a></li>
<li class="toctree-l3"><a class="reference internal" href="faq/programming.html#modules">Modules</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="faq/design.html">Design and History FAQ</a><ul>
<li class="toctree-l3"><a class="reference internal" href="faq/design.html#why-does-python-use-indentation-for-grouping-of-statements">Why does Python use indentation for grouping of statements?</a></li>
<li class="toctree-l3"><a class="reference internal" href="faq/design.html#why-am-i-getting-strange-results-with-simple-arithmetic-operations">Why am I getting strange results with simple arithmetic operations?</a></li>
<li class="toctree-l3"><a class="reference internal" href="faq/design.html#why-are-floating-point-calculations-so-inaccurate">Why are floating point calculations so inaccurate?</a></li>
<li class="toctree-l3"><a class="reference internal" href="faq/design.html#why-are-python-strings-immutable">Why are Python strings immutable?</a></li>
<li class="toctree-l3"><a class="reference internal" href="faq/design.html#why-must-self-be-used-explicitly-in-method-definitions-and-calls">Why must &#8216;self&#8217; be used explicitly in method definitions and calls?</a></li>
<li class="toctree-l3"><a class="reference internal" href="faq/design.html#why-can-t-i-use-an-assignment-in-an-expression">Why can&#8217;t I use an assignment in an expression?</a></li>
<li class="toctree-l3"><a class="reference internal" href="faq/design.html#why-does-python-use-methods-for-some-functionality-e-g-list-index-but-functions-for-other-e-g-len-list">Why does Python use methods for some functionality (e.g. list.index()) but functions for other (e.g. len(list))?</a></li>
<li class="toctree-l3"><a class="reference internal" href="faq/design.html#why-is-join-a-string-method-instead-of-a-list-or-tuple-method">Why is join() a string method instead of a list or tuple method?</a></li>
<li class="toctree-l3"><a class="reference internal" href="faq/design.html#how-fast-are-exceptions">How fast are exceptions?</a></li>
<li class="toctree-l3"><a class="reference internal" href="faq/design.html#why-isn-t-there-a-switch-or-case-statement-in-python">Why isn&#8217;t there a switch or case statement in Python?</a></li>
<li class="toctree-l3"><a class="reference internal" href="faq/design.html#can-t-you-emulate-threads-in-the-interpreter-instead-of-relying-on-an-os-specific-thread-implementation">Can&#8217;t you emulate threads in the interpreter instead of relying on an OS-specific thread implementation?</a></li>
<li class="toctree-l3"><a class="reference internal" href="faq/design.html#why-can-t-lambda-forms-contain-statements">Why can&#8217;t lambda forms contain statements?</a></li>
<li class="toctree-l3"><a class="reference internal" href="faq/design.html#can-python-be-compiled-to-machine-code-c-or-some-other-language">Can Python be compiled to machine code, C or some other language?</a></li>
<li class="toctree-l3"><a class="reference internal" href="faq/design.html#how-does-python-manage-memory">How does Python manage memory?</a></li>
<li class="toctree-l3"><a class="reference internal" href="faq/design.html#why-doesn-t-cpython-use-a-more-traditional-garbage-collection-scheme">Why doesn&#8217;t CPython use a more traditional garbage collection scheme?</a></li>
<li class="toctree-l3"><a class="reference internal" href="faq/design.html#why-isn-t-all-memory-freed-when-cpython-exits">Why isn&#8217;t all memory freed when CPython exits?</a></li>
<li class="toctree-l3"><a class="reference internal" href="faq/design.html#why-are-there-separate-tuple-and-list-data-types">Why are there separate tuple and list data types?</a></li>
<li class="toctree-l3"><a class="reference internal" href="faq/design.html#how-are-lists-implemented">How are lists implemented?</a></li>
<li class="toctree-l3"><a class="reference internal" href="faq/design.html#how-are-dictionaries-implemented">How are dictionaries implemented?</a></li>
<li class="toctree-l3"><a class="reference internal" href="faq/design.html#why-must-dictionary-keys-be-immutable">Why must dictionary keys be immutable?</a></li>
<li class="toctree-l3"><a class="reference internal" href="faq/design.html#why-doesn-t-list-sort-return-the-sorted-list">Why doesn&#8217;t list.sort() return the sorted list?</a></li>
<li class="toctree-l3"><a class="reference internal" href="faq/design.html#how-do-you-specify-and-enforce-an-interface-spec-in-python">How do you specify and enforce an interface spec in Python?</a></li>
<li class="toctree-l3"><a class="reference internal" href="faq/design.html#why-are-default-values-shared-between-objects">Why are default values shared between objects?</a></li>
<li class="toctree-l3"><a class="reference internal" href="faq/design.html#why-is-there-no-goto">Why is there no goto?</a></li>
<li class="toctree-l3"><a class="reference internal" href="faq/design.html#why-can-t-raw-strings-r-strings-end-with-a-backslash">Why can&#8217;t raw strings (r-strings) end with a backslash?</a></li>
<li class="toctree-l3"><a class="reference internal" href="faq/design.html#why-doesn-t-python-have-a-with-statement-for-attribute-assignments">Why doesn&#8217;t Python have a &#8220;with&#8221; statement for attribute assignments?</a></li>
<li class="toctree-l3"><a class="reference internal" href="faq/design.html#why-are-colons-required-for-the-if-while-def-class-statements">Why are colons required for the if/while/def/class statements?</a></li>
<li class="toctree-l3"><a class="reference internal" href="faq/design.html#why-does-python-allow-commas-at-the-end-of-lists-and-tuples">Why does Python allow commas at the end of lists and tuples?</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="faq/library.html">Library and Extension FAQ</a><ul>
<li class="toctree-l3"><a class="reference internal" href="faq/library.html#general-library-questions">General Library Questions</a></li>
<li class="toctree-l3"><a class="reference internal" href="faq/library.html#common-tasks">Common tasks</a></li>
<li class="toctree-l3"><a class="reference internal" href="faq/library.html#threads">Threads</a></li>
<li class="toctree-l3"><a class="reference internal" href="faq/library.html#input-and-output">Input and Output</a></li>
<li class="toctree-l3"><a class="reference internal" href="faq/library.html#network-internet-programming">Network/Internet Programming</a></li>
<li class="toctree-l3"><a class="reference internal" href="faq/library.html#databases">Databases</a></li>
<li class="toctree-l3"><a class="reference internal" href="faq/library.html#mathematics-and-numerics">Mathematics and Numerics</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="faq/extending.html">Extending/Embedding FAQ</a><ul>
<li class="toctree-l3"><a class="reference internal" href="faq/extending.html#can-i-create-my-own-functions-in-c">Can I create my own functions in C?</a></li>
<li class="toctree-l3"><a class="reference internal" href="faq/extending.html#id1">Can I create my own functions in C++?</a></li>
<li class="toctree-l3"><a class="reference internal" href="faq/extending.html#writing-c-is-hard-are-there-any-alternatives">Writing C is hard; are there any alternatives?</a></li>
<li class="toctree-l3"><a class="reference internal" href="faq/extending.html#how-can-i-execute-arbitrary-python-statements-from-c">How can I execute arbitrary Python statements from C?</a></li>
<li class="toctree-l3"><a class="reference internal" href="faq/extending.html#how-can-i-evaluate-an-arbitrary-python-expression-from-c">How can I evaluate an arbitrary Python expression from C?</a></li>
<li class="toctree-l3"><a class="reference internal" href="faq/extending.html#how-do-i-extract-c-values-from-a-python-object">How do I extract C values from a Python object?</a></li>
<li class="toctree-l3"><a class="reference internal" href="faq/extending.html#how-do-i-use-py-buildvalue-to-create-a-tuple-of-arbitrary-length">How do I use Py_BuildValue() to create a tuple of arbitrary length?</a></li>
<li class="toctree-l3"><a class="reference internal" href="faq/extending.html#how-do-i-call-an-object-s-method-from-c">How do I call an object&#8217;s method from C?</a></li>
<li class="toctree-l3"><a class="reference internal" href="faq/extending.html#how-do-i-catch-the-output-from-pyerr-print-or-anything-that-prints-to-stdout-stderr">How do I catch the output from PyErr_Print() (or anything that prints to stdout/stderr)?</a></li>
<li class="toctree-l3"><a class="reference internal" href="faq/extending.html#how-do-i-access-a-module-written-in-python-from-c">How do I access a module written in Python from C?</a></li>
<li class="toctree-l3"><a class="reference internal" href="faq/extending.html#how-do-i-interface-to-c-objects-from-python">How do I interface to C++ objects from Python?</a></li>
<li class="toctree-l3"><a class="reference internal" href="faq/extending.html#i-added-a-module-using-the-setup-file-and-the-make-fails-why">I added a module using the Setup file and the make fails; why?</a></li>
<li class="toctree-l3"><a class="reference internal" href="faq/extending.html#how-do-i-debug-an-extension">How do I debug an extension?</a></li>
<li class="toctree-l3"><a class="reference internal" href="faq/extending.html#i-want-to-compile-a-python-module-on-my-linux-system-but-some-files-are-missing-why">I want to compile a Python module on my Linux system, but some files are missing. Why?</a></li>
<li class="toctree-l3"><a class="reference internal" href="faq/extending.html#what-does-systemerror-pyimport-fixupextension-module-yourmodule-not-loaded-mean">What does &#8220;SystemError: _PyImport_FixupExtension: module yourmodule not loaded&#8221; mean?</a></li>
<li class="toctree-l3"><a class="reference internal" href="faq/extending.html#how-do-i-tell-incomplete-input-from-invalid-input">How do I tell &#8220;incomplete input&#8221; from &#8220;invalid input&#8221;?</a></li>
<li class="toctree-l3"><a class="reference internal" href="faq/extending.html#how-do-i-find-undefined-g-symbols-builtin-new-or-pure-virtual">How do I find undefined g++ symbols __builtin_new or __pure_virtual?</a></li>
<li class="toctree-l3"><a class="reference internal" href="faq/extending.html#can-i-create-an-object-class-with-some-methods-implemented-in-c-and-others-in-python-e-g-through-inheritance">Can I create an object class with some methods implemented in C and others in Python (e.g. through inheritance)?</a></li>
<li class="toctree-l3"><a class="reference internal" href="faq/extending.html#when-importing-module-x-why-do-i-get-undefined-symbol-pyunicodeucs2">When importing module X, why do I get &#8220;undefined symbol: PyUnicodeUCS2*&#8221;?</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="faq/windows.html">Python on Windows FAQ</a><ul>
<li class="toctree-l3"><a class="reference internal" href="faq/windows.html#how-do-i-run-a-python-program-under-windows">How do I run a Python program under Windows?</a></li>
<li class="toctree-l3"><a class="reference internal" href="faq/windows.html#how-do-i-make-python-scripts-executable">How do I make Python scripts executable?</a></li>
<li class="toctree-l3"><a class="reference internal" href="faq/windows.html#why-does-python-sometimes-take-so-long-to-start">Why does Python sometimes take so long to start?</a></li>
<li class="toctree-l3"><a class="reference internal" href="faq/windows.html#where-is-freeze-for-windows">Where is Freeze for Windows?</a></li>
<li class="toctree-l3"><a class="reference internal" href="faq/windows.html#is-a-pyd-file-the-same-as-a-dll">Is a <tt class="docutils literal"><span class="pre">*.pyd</span></tt> file the same as a DLL?</a></li>
<li class="toctree-l3"><a class="reference internal" href="faq/windows.html#how-can-i-embed-python-into-a-windows-application">How can I embed Python into a Windows application?</a></li>
<li class="toctree-l3"><a class="reference internal" href="faq/windows.html#how-do-i-use-python-for-cgi">How do I use Python for CGI?</a></li>
<li class="toctree-l3"><a class="reference internal" href="faq/windows.html#how-do-i-keep-editors-from-inserting-tabs-into-my-python-source">How do I keep editors from inserting tabs into my Python source?</a></li>
<li class="toctree-l3"><a class="reference internal" href="faq/windows.html#how-do-i-check-for-a-keypress-without-blocking">How do I check for a keypress without blocking?</a></li>
<li class="toctree-l3"><a class="reference internal" href="faq/windows.html#how-do-i-emulate-os-kill-in-windows">How do I emulate os.kill() in Windows?</a></li>
<li class="toctree-l3"><a class="reference internal" href="faq/windows.html#why-does-os-path-isdir-fail-on-nt-shared-directories">Why does os.path.isdir() fail on NT shared directories?</a></li>
<li class="toctree-l3"><a class="reference internal" href="faq/windows.html#cgi-py-or-other-cgi-programming-doesn-t-work-sometimes-on-nt-or-win95">cgi.py (or other CGI programming) doesn&#8217;t work sometimes on NT or win95!</a></li>
<li class="toctree-l3"><a class="reference internal" href="faq/windows.html#why-doesn-t-os-popen-work-in-pythonwin-on-nt">Why doesn&#8217;t os.popen() work in PythonWin on NT?</a></li>
<li class="toctree-l3"><a class="reference internal" href="faq/windows.html#why-doesn-t-os-popen-win32pipe-popen-work-on-win9x">Why doesn&#8217;t os.popen()/win32pipe.popen() work on Win9x?</a></li>
<li class="toctree-l3"><a class="reference internal" href="faq/windows.html#pyrun-simplefile-crashes-on-windows-but-not-on-unix-why">PyRun_SimpleFile() crashes on Windows but not on Unix; why?</a></li>
<li class="toctree-l3"><a class="reference internal" href="faq/windows.html#importing-tkinter-fails-on-windows-95-98-why">Importing _tkinter fails on Windows 95/98: why?</a></li>
<li class="toctree-l3"><a class="reference internal" href="faq/windows.html#how-do-i-extract-the-downloaded-documentation-on-windows">How do I extract the downloaded documentation on Windows?</a></li>
<li class="toctree-l3"><a class="reference internal" href="faq/windows.html#missing-cw3215mt-dll-or-missing-cw3215-dll">Missing cw3215mt.dll (or missing cw3215.dll)</a></li>
<li class="toctree-l3"><a class="reference internal" href="faq/windows.html#warning-about-ctl3d32-version-from-installer">Warning about CTL3D32 version from installer</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="faq/gui.html">Graphic User Interface FAQ</a><ul>
<li class="toctree-l3"><a class="reference internal" href="faq/gui.html#general-gui-questions">General GUI Questions</a></li>
<li class="toctree-l3"><a class="reference internal" href="faq/gui.html#what-platform-independent-gui-toolkits-exist-for-python">What platform-independent GUI toolkits exist for Python?</a></li>
<li class="toctree-l3"><a class="reference internal" href="faq/gui.html#what-platform-specific-gui-toolkits-exist-for-python">What platform-specific GUI toolkits exist for Python?</a></li>
<li class="toctree-l3"><a class="reference internal" href="faq/gui.html#tkinter-questions">Tkinter questions</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="faq/installed.html">&#8220;Why is Python Installed on my Computer?&#8221; FAQ</a><ul>
<li class="toctree-l3"><a class="reference internal" href="faq/installed.html#what-is-python">What is Python?</a></li>
<li class="toctree-l3"><a class="reference internal" href="faq/installed.html#why-is-python-installed-on-my-machine">Why is Python installed on my machine?</a></li>
<li class="toctree-l3"><a class="reference internal" href="faq/installed.html#can-i-delete-python">Can I delete Python?</a></li>
</ul>
</li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="glossary.html">Glossary</a></li>
<li class="toctree-l1"><a class="reference internal" href="about.html">About these documents</a><ul>
<li class="toctree-l2"><a class="reference internal" href="about.html#contributors-to-the-python-documentation">Contributors to the Python Documentation</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="bugs.html">Reporting Bugs</a><ul>
<li class="toctree-l2"><a class="reference internal" href="bugs.html#documentation-bugs">Documentation bugs</a></li>
<li class="toctree-l2"><a class="reference internal" href="bugs.html#using-the-python-issue-tracker">Using the Python issue tracker</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="copyright.html">Copyright</a></li>
<li class="toctree-l1"><a class="reference internal" href="license.html">History and License</a><ul>
<li class="toctree-l2"><a class="reference internal" href="license.html#history-of-the-software">History of the software</a></li>
<li class="toctree-l2"><a class="reference internal" href="license.html#terms-and-conditions-for-accessing-or-otherwise-using-python">Terms and conditions for accessing or otherwise using Python</a></li>
<li class="toctree-l2"><a class="reference internal" href="license.html#licenses-and-acknowledgements-for-incorporated-software">Licenses and Acknowledgements for Incorporated Software</a><ul>
<li class="toctree-l3"><a class="reference internal" href="license.html#mersenne-twister">Mersenne Twister</a></li>
<li class="toctree-l3"><a class="reference internal" href="license.html#sockets">Sockets</a></li>
<li class="toctree-l3"><a class="reference internal" href="license.html#floating-point-exception-control">Floating point exception control</a></li>
<li class="toctree-l3"><a class="reference internal" href="license.html#asynchronous-socket-services">Asynchronous socket services</a></li>
<li class="toctree-l3"><a class="reference internal" href="license.html#cookie-management">Cookie management</a></li>
<li class="toctree-l3"><a class="reference internal" href="license.html#execution-tracing">Execution tracing</a></li>
<li class="toctree-l3"><a class="reference internal" href="license.html#uuencode-and-uudecode-functions">UUencode and UUdecode functions</a></li>
<li class="toctree-l3"><a class="reference internal" href="license.html#xml-remote-procedure-calls">XML Remote Procedure Calls</a></li>
<li class="toctree-l3"><a class="reference internal" href="license.html#test-epoll">test_epoll</a></li>
<li class="toctree-l3"><a class="reference internal" href="license.html#select-kqueue">Select kqueue</a></li>
<li class="toctree-l3"><a class="reference internal" href="license.html#strtod-and-dtoa">strtod and dtoa</a></li>
<li class="toctree-l3"><a class="reference internal" href="license.html#openssl">OpenSSL</a></li>
<li class="toctree-l3"><a class="reference internal" href="license.html#expat">expat</a></li>
<li class="toctree-l3"><a class="reference internal" href="license.html#libffi">libffi</a></li>
<li class="toctree-l3"><a class="reference internal" href="license.html#zlib">zlib</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>


          </div>
        </div>
      </div>
      <div class="sphinxsidebar">
        <div class="sphinxsidebarwrapper">
  <h4>Next topic</h4>
  <p class="topless"><a href="whatsnew/index.html"
                        title="next chapter">What&#8217;s New in Python</a></p>
<h3>This Page</h3>
<ul class="this-page-menu">
  <li><a href="bugs.html">Report a Bug</a></li>
  <li><a href="_sources/contents.txt"
         rel="nofollow">Show Source</a></li>
</ul>

<div id="searchbox" style="display: none">
  <h3>Quick search</h3>
    <form class="search" action="search.html" method="get">
      <input type="text" name="q" />
      <input type="submit" value="Go" />
      <input type="hidden" name="check_keywords" value="yes" />
      <input type="hidden" name="area" value="default" />
    </form>
    <p class="searchtip" style="font-size: 90%">
    Enter search terms or a module, class or function name.
    </p>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
        </div>
      </div>
      <div class="clearer"></div>
    </div>
    <div class="related">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="genindex.html" title="General Index"
             >index</a></li>
        <li class="right" >
          <a href="py-modindex.html" title="Python Module Index"
             >modules</a> |</li>
        <li class="right" >
          <a href="whatsnew/index.html" title="What’s New in Python"
             >next</a> |</li>
        <li><img src="_static/py.png" alt=""
                 style="vertical-align: middle; margin-top: -1px"/></li>
        <li><a href="index.html">Python 3.2.3 documentation</a> &raquo;</li>
 
      </ul>
    </div>
    <div class="footer">
    &copy; <a href="copyright.html">Copyright</a> 1990-2012, Python Software Foundation.
    <br />
    The Python Software Foundation is a non-profit corporation.  
    <a href="http://www.python.org/psf/donations/">Please donate.</a>
    <br />
    Last updated on Apr 12, 2012.
    <a href="bugs.html">Found a bug</a>?
    <br />
    Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.3.
    </div>

  </body>
</html>