|
|
|
|
|
by iso-8859-1
3611 days ago
|
|
Java breaks: groovy -e "new URL('http://localhost:8000::people')"
Caught: java.net.MalformedURLException Python breaks: >>> urlparse('http://localhost:8000::people')
ParseResult(scheme='http', netloc='localhost:8000::people', path='', params='', query='', fragment='') |
|