[Python-3000-checkins] r67310 - in python/branches/py3k: Lib/dbm/dumb.py Lib/test/test_dbm_dumb.py Misc/NEWS

Brett Cannon brett at python.org
Fri Nov 21 19:27:20 CET 2008


I have taken this over to the issue tracker (http://bugs.python.org/issue3799).

On Fri, Nov 21, 2008 at 05:12,  <skip at pobox.com> wrote:
>
>    Author: brett.cannon
>    Date: Fri Nov 21 01:17:53 2008
>    New Revision: 67310
>
>    Log:
>    Make dbm.dumb encode strings as UTF-8. Also fix it so it accepts bytes and
>    strings.
>
>    Closes issue #3799.
>
> I'm not online right now so I can't verify this by reviewing the ticket, but
> I thought Guido was of the opinion that the 3.0 version should be able to
> read dumb dbms written by earlier Python versions.  That would mean that if
> trying to read utf-8 content fails you need to fall back to latin-1.
>
> Skip
> _______________________________________________
> Python-3000-checkins mailing list
> Python-3000-checkins at python.org
> http://mail.python.org/mailman/listinfo/python-3000-checkins
>


More information about the Python-3000-checkins mailing list