Message102580
To fix this, urlparse would have to differentiate between a null netloc and no netloc characters specified at all. This could be done by using None for one an '' for the other. I'm not sure that behavior change could be backported to 2.6, though.
Did this issue actually cause a program failure for you in 2.6? If so the original patch might wind up getting classed as a regression for the 2.6 line. |
|
Date |
User |
Action |
Args |
2010-04-08 00:19:47 | r.david.murray | set | recipients:
+ r.david.murray, orsenthil, Michael Glassford |
2010-04-08 00:19:47 | r.david.murray | set | messageid: <1270685987.38.0.426933493807.issue8339@psf.upfronthosting.co.za> |
2010-04-08 00:19:45 | r.david.murray | link | issue8339 messages |
2010-04-08 00:19:45 | r.david.murray | create | |
|