Message 57039 - Python tracker
Message57039
| Author | christian.heimes |
|---|---|
| Recipients | brett.cannon, christian.heimes, facundobatista, georg.brandl, guillaumegirard |
| Date | 2007-11-01.21:53:38 |
| SpamBayes Score | 0.006037411 |
| Marked as misclassified | No |
| Message-id | <1193954018.91.0.135000629854.issue1293@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Fixed patch. Georg pointed out that PyArg_ParseTuple("s") returns a
reference to the internal data of the PyString object. The new version
copies the path to a fixed width buffer before it mangles the trailing
slashes.
The new patch applies against the trunk.
Brett, you are the import master. Can you review the patch, please? |
|
| Files | |
|---|---|
| File name | Uploaded |
| trailing_slash2.patch | christian.heimes, 2007-11-01.21:53:38 |
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2007-11-01 21:53:39 | christian.heimes | set | spambayes_score: 0.00603741 -> 0.006037411 recipients: + christian.heimes, brett.cannon, georg.brandl, facundobatista, guillaumegirard |
| 2007-11-01 21:53:38 | christian.heimes | set | spambayes_score: 0.00603741 -> 0.00603741 messageid: <1193954018.91.0.135000629854.issue1293@psf.upfronthosting.co.za> |
| 2007-11-01 21:53:38 | christian.heimes | link | issue1293 messages |
| 2007-11-01 21:53:38 | christian.heimes | create | |