Message 76198 - Python tracker (original) (raw)

Message76198

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:44 skip.montanaro set recipients: + skip.montanaro, gvanrossum, barry, brett.cannon, jcea, vstinner, christian.heimes
2008-11-21 19:01:43 skip.montanaro link issue3799 messages
2008-11-21 19:01:43 skip.montanaro create