blob: fd32ac150e4cbef516231614e0d48c3ee8d07609 (
plain)
1
2
3
4
|
When using the -m switch, sys.path[0] is now explicitly expanded as the
*starting* working directory, rather than being left as the empty path
(which allows imports from the current working directory at the time of the
import)
|