Message198418
| Author | jaraco |
|---|---|
| Recipients | jaraco |
| Date | 2013-09-25.20:55:41 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1380142541.83.0.560775690833.issue19094@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
>>> import urllib.parse
>>> urllib.parse.urljoin('foo', [])
'foo'
That should raise a TypeError, not succeed quietly as if an empty string were passed. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2013-09-25 20:55:41 | jaraco | set | recipients: + jaraco |
| 2013-09-25 20:55:41 | jaraco | set | messageid: <1380142541.83.0.560775690833.issue19094@psf.upfronthosting.co.za> |
| 2013-09-25 20:55:41 | jaraco | link | issue19094 messages |
| 2013-09-25 20:55:41 | jaraco | create | |