Search

now any directory on sys.path with a name that matches the package name being looked for will be recognised as contributing modules and subpackages to that package.

출처
수집시간
2021/11/14 08:26
연결완료
인라인 메모
여기서 contributing module 이 'contributing.md' 를 의미하는 게 아님..! 말 그대로 '기여하고 있는 모듈'
(S) now any directory on sys.path 
with a name (that matches the package name being looked for)
(V) will be recognised as
contributing modules and (contributing) subpackages to that package.
예제를 보면, python 2.7 에서는 project/ 작업 디렉터리에서 example 패키지를 찾으라고 했음에도 못 찾고 있다