]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Added another test of str() applied to a string subclass instance,
authorTim Peters <tim.peters@gmail.com>
Tue, 11 Sep 2001 01:52:02 +0000 (01:52 +0000)
committerTim Peters <tim.peters@gmail.com>
Tue, 11 Sep 2001 01:52:02 +0000 (01:52 +0000)
commitc636f565b4f7c36387c3f6cdc196f797fc04c59f
tree759b066981092920094fd5d47b7246005e216107
parent5a49ade70e19a76aa252cd596accf79930765f31
Added another test of str() applied to a string subclass instance,
involving embedded null bytes, since it's possible to screw that up w/o
screwing up cases w/o embedded nulls.
Lib/test/test_descr.py