]> granicus.if.org Git - python/commit
- Issue #16514: Fix regression causing a traceback when sys.path[0] is None
authorBarry Warsaw <barry@python.org>
Tue, 20 Nov 2012 20:35:27 +0000 (15:35 -0500)
committerBarry Warsaw <barry@python.org>
Tue, 20 Nov 2012 20:35:27 +0000 (15:35 -0500)
commitb72c10996e804413ebf0cb04ffc6e10f128b90c2
treef81b41542a8c1c891d8973d0e65980f8afec5afb
parent47037d7e4e1f0f71a7640f1e71f8d558c3ac6668
parent82c1c781c7ee6496bd4c404b7ba972eed5dbcb12
- Issue #16514: Fix regression causing a traceback when sys.path[0] is None
  (actually, any non-string or non-bytes type).
Doc/library/sys.rst
Lib/importlib/_bootstrap.py
Misc/NEWS
Python/importlib.h