Hi, Gary Corcoran wrote: > I would suggest that if your parsing does not find an explicit port > number, that _your_ code set the port to the implied '80'. The default port would have to be an argument to url_split(), because not all protocols use port 80. But perhaps that is obvious...