summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2007-06-11 07:29:43 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2007-06-11 07:29:43 (GMT)
commitc161cb995530521711e47425170524921fc1b559 (patch)
tree4a79895865935ffcb3feb0d474c2a480411e25be /Misc
parentade2c216e17d519bca6a9401c938e1b3ec374746 (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 699f723..a8f28c2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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).