Quel est le mécanisme sous-jacent dans Python qui gère de tels "alias"?Comment os.path correspond-il à posixpath.pyc et non à os/path.py?
>>> import os.path
>>> os.path.__file__
'/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/posixpath.pyc'