]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Backport Tim's checkin 1.17:
authorThomas Wouters <thomas@python.org>
Wed, 11 Jul 2001 11:38:20 +0000 (11:38 +0000)
committerThomas Wouters <thomas@python.org>
Wed, 11 Jul 2001 11:38:20 +0000 (11:38 +0000)
commite27a8b97669f34a3bf50af8812fd12b346ecd17b
tree6aaa93b7fd90faff374e097039719769e5aa86f2
parent49ba499a2436f7e638ae65b796248e2b412138d5
Backport Tim's checkin 1.17:

SF patch #440144:  Tests and minor bugfix for uu module

decode():  While writing tests for uu.py, Nick Mathewson discovered
that the 'Truncated input file' exception could never get raised,
because its "if not str:" test was actually testing the builtin
function "str", not the local string vrbl "s" as intended.
Lib/uu.py