diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2007-06-11 07:29:43 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2007-06-11 07:29:43 (GMT) |
commit | c161cb995530521711e47425170524921fc1b559 (patch) | |
tree | 4a79895865935ffcb3feb0d474c2a480411e25be /Misc | |
parent | ade2c216e17d519bca6a9401c938e1b3ec374746 (diff) | |
download | cpython-c161cb995530521711e47425170524921fc1b559.zip cpython-c161cb995530521711e47425170524921fc1b559.tar.gz cpython-c161cb995530521711e47425170524921fc1b559.tar.bz2 |
Bug #1734723: Fix repr.Repr() so it doesn't ignore the maxtuple attribute.
Will backport
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -229,6 +229,8 @@ Core and builtins Library ------- +- Bug #1734723: Fix repr.Repr() so it doesn't ignore the maxtuple attribute. + - The urlopen function of urllib2 now has an optional timeout parameter (note that it actually works with HTTP, HTTPS, FTP and FTPS connections). |