Ian Kelly wrote:
Java also has "static import" which lets you individually import specific static methods or fields from a class.
Yes, but it's nowhere near as convenient as Python's import. To import individual names you have to qualify all of them with the whole package name, and there is no way to give them different names locally. -- Greg -- https://mail.python.org/mailman/listinfo/python-list