diff options
author | Neil Schemenauer <nascheme@enme.ucalgary.ca> | 2002-03-24 01:24:54 (GMT) |
---|---|---|
committer | Neil Schemenauer <nascheme@enme.ucalgary.ca> | 2002-03-24 01:24:54 (GMT) |
commit | eff724490f002eb065da12a33a69e0e3dc22812f (patch) | |
tree | 5c86a0c1c40f5357411b5e5f8b4834bdd6f5a9f5 /Lib/test/output | |
parent | 0f75e0dcad9b193fc11855b5c59d4c9bd42e533f (diff) | |
download | cpython-eff724490f002eb065da12a33a69e0e3dc22812f.zip cpython-eff724490f002eb065da12a33a69e0e3dc22812f.tar.gz cpython-eff724490f002eb065da12a33a69e0e3dc22812f.tar.bz2 |
Add more tests for built-in types. Add tests for buffer objects.
Closes SF patch 494871.
Diffstat (limited to 'Lib/test/output')
-rw-r--r-- | Lib/test/output/test_types | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/output/test_types b/Lib/test/output/test_types index 065594d..7e90dc0 100644 --- a/Lib/test/output/test_types +++ b/Lib/test/output/test_types @@ -13,3 +13,4 @@ test_types 6.5.3 Lists 6.5.3a Additional list operations 6.6 Mappings == Dictionaries +Buffers |