Message 229546 - Python tracker
Message229546
| Author | georg.brandl |
|---|---|
| Recipients | barry, brett.cannon, cool-RR, ezio.melotti, georg.brandl, pitrou, r.david.murray, tshepang |
| Date | 2014-10-16.18:42:46 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1413484967.18.0.91765964468.issue22570@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
`path = str(path)` is minimal, but has the side effect of accepting almost any object, which is definitely not what you'd like ("where did that file named '<type object at ...>' come from?!") |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2014-10-16 18:42:47 | georg.brandl | set | recipients: + georg.brandl, barry, brett.cannon, pitrou, ezio.melotti, r.david.murray, cool-RR, tshepang |
| 2014-10-16 18:42:47 | georg.brandl | set | messageid: <1413484967.18.0.91765964468.issue22570@psf.upfronthosting.co.za> |
| 2014-10-16 18:42:47 | georg.brandl | link | issue22570 messages |
| 2014-10-16 18:42:46 | georg.brandl | create | |