]> 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:11:55 +0000 (12:11 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 11 Nov 2016 10:11:55 +0000 (12:11 +0200)
commit1e4b73fcf75a27c7e9020ecb8e58ffc274909e5a
tree3097523e0cb7f3cc50fb8b16cc167d5773f4e598
parentac33bd7d1d55fbf82a72bbc8d21ebf05202c65b2
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