commit | d5a072f2ebb9d3fd9551560239be5e3013665280 | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Mon Apr 01 23:05:10 2002 +0000 |
committer | Fred Drake <fdrake@acm.org> | Mon Apr 01 23:05:10 2002 +0000 |
tree | 4ef39a79d13c81da260f1f70ef6709b08ef5ee3f | |
parent | 88955cbe1f771d7b45d1bfa862e95d443ac85cd7 [diff] |
Fix up the documentation of the type codes to give both the C and Python types for each code, and give the actual C types. Clarified the support for slice operations and note when some TypeError exceptions are raised. This closes SF bugs 518767 and 536469.