Message 76157 - Python tracker
Message76157
| Author | brett.cannon |
|---|---|
| Recipients | barry, brett.cannon, christian.heimes, gvanrossum, jcea, vstinner |
| Date | 2008-11-21.01:28:14 |
| SpamBayes Score | 0.040084824 |
| Marked as misclassified | No |
| Message-id | <1227230897.28.0.346921637462.issue3799@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Have another patch that fixes all open() calls to specify the file
encoding in dbm.dumb. Also caught one spot in _addkey() where
decode("Latin-1") was not being called. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008-11-21 01:28:17 | brett.cannon | set | recipients: + brett.cannon, gvanrossum, barry, jcea, vstinner, christian.heimes |
| 2008-11-21 01:28:17 | brett.cannon | set | messageid: <1227230897.28.0.346921637462.issue3799@psf.upfronthosting.co.za> |
| 2008-11-21 01:28:16 | brett.cannon | link | issue3799 messages |
| 2008-11-21 01:28:16 | brett.cannon | create | |