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 skip.montanaro
Recipients barry, brett.cannon, christian.heimes, gvanrossum, jcea, skip.montanaro, vstinner
Date 2008-11-21.19:01:43
SpamBayes Score 0.00019561998
Marked as misclassified No
Message-id <18727.1425.957851.210536@montanaro-dyndns-org.local>
In-reply-to <bbaeab100811211040u630beafav7c22979c2f5039e2@mail.gmail.com>
Content
One doc nit: There is still reference to ``gdbm`` and Dbm (or dbm) objects
when they should probably use ``dbm.gnu`` and ``dbm.ndbm``, respectively.

I'm confused by the encoding="Latin-1" args to _io.open for dbm.dumb.  I
thought the default enoding was going to be utf-8, and I see no way to
influence that.  Is that just to make sure all code points can be written
without error?

Skip
History
Date User Action Args
2008-11-21 19:01:44skip.montanarosetrecipients: + skip.montanaro, gvanrossum, barry, brett.cannon, jcea, vstinner, christian.heimes
2008-11-21 19:01:43skip.montanarolinkissue3799 messages
2008-11-21 19:01:43skip.montanarocreate