Message 102569 - Python tracker
Message102569
| Author | Michael Glassford |
|---|---|
| Recipients | Michael Glassford |
| Date | 2010-04-07.21:42:04 |
| SpamBayes Score | 0.0024510808 |
| Marked as misclassified | No |
| Message-id | <1270676527.4.0.372149513422.issue8339@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
An unfortunate side-effect of this change: http://svn.python.org/view/python/branches/release26-maint/Lib/urlparse.py?r1=66717&r2=78235 which was made to fix this issue: http://bugs.python.org/issue7904 is that urlparse.urlunparse(urlparse.urlparse('x://')) now returns 'x:' instead of 'x://', and urlparse.urlunparse(urlparse.urlparse('x:///y')) now returns 'x:/y' instead of 'x:///y'. This behavior exists in at least Python 2.6 and 3.1, but not in 2.5. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-04-07 21:42:07 | Michael Glassford | set | recipients: + Michael Glassford |
| 2010-04-07 21:42:07 | Michael Glassford | set | messageid: <1270676527.4.0.372149513422.issue8339@psf.upfronthosting.co.za> |
| 2010-04-07 21:42:04 | Michael Glassford | link | issue8339 messages |
| 2010-04-07 21:42:04 | Michael Glassford | create | |