]> granicus.if.org Git - python/commit
Issue #19398: Extra slash no longer added to sys.path components in case of
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 11 Nov 2016 10:05:01 +0000 (12:05 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 11 Nov 2016 10:05:01 +0000 (12:05 +0200)
commit62e32d6352e318ed03eb519aedbc975b772114b5
treefc1c9a969d8f3cb0ef30a5d6275fe5ba9a205882
parentdaeddc48a469b38c2817ecd1b70ef0fba6fb6ce9
Issue #19398: Extra slash no longer added to sys.path components in case of
empty compile-time PYTHONPATH components.  This fixes some tests in -S or -I
modes.
Lib/test/test_trace.py
Misc/NEWS
Modules/getpath.c