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 brett.cannon
Recipients barry, brett.cannon, christian.heimes, gvanrossum, jcea, skip.montanaro, vstinner
Date 2008-11-21.18:40:02
SpamBayes Score 2.1763757e-11
Marked as misclassified No
Message-id <bbaeab100811211040u630beafav7c22979c2f5039e2@mail.gmail.com>
In-reply-to <18726.65175.814090.801557@montanaro-dyndns-org.local>
Content
On Fri, Nov 21, 2008 at 10:32, Skip Montanaro <report@bugs.python.org> wrote:
>
> Skip Montanaro <skip@pobox.com> added the comment:
>
> Brett> In other words I think my solution works and pickle is the
>    Brett> trouble-maker in all of this.
>
> I can buy that.  Should pickle map "copy_reg" to "copyreg"?  Is that the
> only incompatibility?
>
> Actually, it seems this ticket should be closed and another opened about
> this pickle issue.
>

Well, I still need a code review for my latest patch that changes the
docs, cleans up gdbm and ndbm exception messages, catches a place
where I didn't decode before write-out, and adds an 'encoding'
argument to all open() calls.
History
Date User Action Args
2008-11-21 18:40:03brett.cannonsetrecipients: + brett.cannon, gvanrossum, skip.montanaro, barry, jcea, vstinner, christian.heimes
2008-11-21 18:40:03brett.cannonlinkissue3799 messages
2008-11-21 18:40:02brett.cannoncreate