]> granicus.if.org Git - python/commit
Added lots of tests for reprs of "simple" objects, such as file,
authorBarry Warsaw <barry@python.org>
Fri, 24 Aug 2001 18:37:32 +0000 (18:37 +0000)
committerBarry Warsaw <barry@python.org>
Fri, 24 Aug 2001 18:37:32 +0000 (18:37 +0000)
commit0bcf6d8d5436e9223f795a2040e330f43ebc1ce6
tree395f5132beab58197a2641447ea1e2d6d174d69f
parent876c8cb597f155de7817f6c4f352871d2e201b3e
Added lots of tests for reprs of "simple" objects, such as file,
lambda (anonymous functions?), function, xrange, buffer, cell (need to
fill in), and (some) descriptor types.

Also added a new test case for testing repr truncation fixes.
Lib/test/test_repr.py