]> 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:06:38 +0000 (12:06 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 11 Nov 2016 10:06:38 +0000 (12:06 +0200)
commita27c064428c9e3b601be69876ef7e7299a3e0b7f
tree9b81e5bf040ba465e4e2c91f3776335ce1c56325
parent839102603cf81496b5b5c663fff6c06106db2a15
parent62e32d6352e318ed03eb519aedbc975b772114b5
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