This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients barry, brett.cannon, chris.jerdonek, eric.smith, eric.snow, jaraco, python-dev
Date 2012-11-20.20:35:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3Y5dw85kRfzPwD@mail.python.org>
In-reply-to
Content
New changeset 291406748217 by Barry Warsaw in branch '3.3':
- Issue #16514: Fix regression causing a traceback when sys.path[0] is None
http://hg.python.org/cpython/rev/291406748217

New changeset a82ee9a1457a by Barry Warsaw in branch 'default':
- Issue #16514: Fix regression causing a traceback when sys.path[0] is None
http://hg.python.org/cpython/rev/a82ee9a1457a
History
Date User Action Args
2012-11-20 20:35:37python-devsetrecipients: + python-dev, barry, brett.cannon, jaraco, eric.smith, chris.jerdonek, eric.snow
2012-11-20 20:35:37python-devlinkissue16514 messages
2012-11-20 20:35:37python-devcreate