]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Use repr() for bad input strings; this makes the empty string or binary characters...
authorAndrew M. Kuchling <amk@amk.ca>
Sat, 21 Jun 2008 13:47:20 +0000 (13:47 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Sat, 21 Jun 2008 13:47:20 +0000 (13:47 +0000)
commitf484363baecbe69def74a4535cb9545869424dcb
tree6c7d1278b98589ceeb126fd342bd24537f9e52ae
parentd897264464ba153c1c50c0745199392fab796eff
Use repr() for bad input strings; this makes the empty string or binary characters more visible
Lib/fractions.py
Lib/test/test_fractions.py