From: Alexandre Vassalotti Date: Tue, 10 Jun 2008 04:04:02 +0000 (+0000) Subject: Blocked revisions 64057-64058 via svnmerge X-Git-Tag: v3.0b1~131 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b38fea34bfc67ab5780804a511efe34f49d11e45;p=python Blocked revisions 64057-64058 via svnmerge ........ r64057 | alexandre.vassalotti | 2008-06-09 23:34:53 -0400 (Mon, 09 Jun 2008) | 2 lines Issue 2582: Fix pickling of xrange objects. ........ r64058 | alexandre.vassalotti | 2008-06-10 00:01:23 -0400 (Tue, 10 Jun 2008) | 3 lines Added better pickling support to xrange objects. Cleaned up the unit test. ........ ---