Python files vs Paraguayan domains

3 points by WillyNourson ↗ HN
Am I the only one annoyed when Google Chrome tries to lookup for a Paraguayan domain when I search for a python file (e.g alignlib.py ) directly from the adress bar? Is there a way to prevent this? Thanks in advance.

5 comments

[ 3.2 ms ] story [ 24.1 ms ] thread
Right now you can only get .py domains as subdomains of these second-level domains:

  - com.py
  - coop.py
  - edu.py
  - mil.py
  - gov.py
  - org.py
  - net.py
  - una.py
And there are some domains used like nic.py. Possibly Chrome could fall back to search if its not one of the subdomains.

But this is clearly a case where the idea of search box and url bar in one field does not work. This will happen more often as we get more of those random TLDs.

put a ? before it...

address bar of [? alignlib.py] searches for alignlib.py ... not sure if this is intentional or just htat google drops special chars, but it works 100% of the time most of the time.

Is there a way to prevent this?

Use a browser with separate search and location fields [such as Firefox]. Type search terms into the search field when searching.

For convenience, the search field in browsers with separate search field can receive focus using ctrl-k key combination.