This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Andreas.Hausmann
Recipients Andreas.Hausmann, alexandre.vassalotti, belopolsky, benjamin.peterson, bpb, brett.cannon, ehuss, facundobatista, fmitha, georg.brandl, gvanrossum, jafo, jaraco, jarpa, kylev, loewis, lukasz.langa, nnorwitz, pitrou, python-dev, r.david.murray, sbt, taleinat, tseaver, vstinner, zbysz, zseil
Date 2013-02-26.09:52:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1361872362.74.0.91375598755.issue17296@psf.upfronthosting.co.za>
In-reply-to
Content
That is correct.

Under 2.4 and 3.3 it should show neither the line "EXCEPTION ## EXCEPTION" nor the following line "TypeError: ('__init__() takes at least 2 arguments....."

That means, that in version 2.4 and 3.3 that unpickling problem doesn't exist. In version 2.4 I tested it myself; exactly, there is no problem. In version 3.3 I simply take your word, that the bug is fixed.
History
Date User Action Args
2013-02-26 09:52:42Andreas.Hausmannsetrecipients: + Andreas.Hausmann, gvanrossum, loewis, nnorwitz, brett.cannon, georg.brandl, facundobatista, jafo, ehuss, tseaver, jaraco, belopolsky, zseil, fmitha, pitrou, vstinner, taleinat, alexandre.vassalotti, benjamin.peterson, jarpa, bpb, r.david.murray, zbysz, kylev, lukasz.langa, python-dev, sbt
2013-02-26 09:52:42Andreas.Hausmannsetmessageid: <1361872362.74.0.91375598755.issue17296@psf.upfronthosting.co.za>
2013-02-26 09:52:42Andreas.Hausmannlinkissue17296 messages
2013-02-26 09:52:42Andreas.Hausmanncreate