Changes by Mandeep Singh :
--
pull_requests: +2876
___
Python tracker
<http://bugs.python.org/issue30940>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Mandeep Singh :
--
pull_requests: +2791
___
Python tracker
<http://bugs.python.org/issue30935>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Mandeep Singh :
--
pull_requests: +1120
___
Python tracker
<http://bugs.python.org/issue23033>
___
___
Python-bugs-list mailing list
Unsubscribe:
Mandeep Singh Grang added the comment:
Here is a testcase to reproduce the issue:
> cat test.py
import site, sys
site.addsitedir('/foo/bar')
print (sys.path)
This prints just a single instance of '/foo/bar':
['/local/mnt/workspace/python/tst', '/