logoalt Hacker News

derdilast Monday at 10:13 AM0 repliesview on HN

Oooh, bikeshedding! To me your `import math with x as y` reads like "import all of math, making all of its symbols visible, just renaming some of them". That's different from the intended "from math, import only x (maybe with a renaming)".