Message 55291 - Python tracker (original) (raw)
Message55291
Author | ero.carrera |
---|---|
Recipients | ero.carrera |
Date | 2007-08-25.18:16:27 |
SpamBayes Score | 0.088038795 |
Marked as misclassified | No |
Message-id | 1188065787.58.0.785721898944.issue1023@psf.upfronthosting.co.za |
In-reply-to |
Content |
---|
Removed calls to _PyUnicode_AsDefaultEncodedString and replaced them wit PyUnicode_AsString. Also removed calls to PyString_* and replaced them by the equivalent PyUnicode_* |
Files | |
---|---|
File name | Uploaded |
floatobject_moduleobject_pystring.patch | ero.carrera,2007-08-25.18:16:27 |
History | |||
---|---|---|---|
Date | User | Action | Args |
2007-08-25 18:16:27 | ero.carrera | set | spambayes_score: 0.0880388 -> 0.088038795recipients: + ero.carrera |
2007-08-25 18:16:27 | ero.carrera | set | spambayes_score: 0.0880388 -> 0.0880388messageid: 1188065787.58.0.785721898944.issue1023@psf.upfronthosting.co.za |
2007-08-25 18:16:27 | ero.carrera | link | issue1023 messages |
2007-08-25 18:16:27 | ero.carrera | create |