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 brett.cannon
Recipients arigo, brett.cannon, eric.snow, larry, ncoghlan, terry.reedy
Date 2015-08-12.01:10:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1439341828.36.0.29128421517.issue24492@psf.upfronthosting.co.za>
In-reply-to
Content
Created https://bitbucket.org/larry/cpython350/pull-requests/2/issue-24492-make-sure-that-from-import/diff without the PyUnicode_FromFormat() change as I realized that was conflating two changes in one patch and it wasn't even being tested (verified all tests still pass and a quick check in the interpreter shows ImportError is still raised).

Larry, let me know when you have accepted the PR and I will commit to 3.5 and default on hg.python.org.

I also created http://bugs.python.org/issue24846 to track adding more tests for the code.
History
Date User Action Args
2015-08-12 01:10:28brett.cannonsetrecipients: + brett.cannon, arigo, terry.reedy, ncoghlan, larry, eric.snow
2015-08-12 01:10:28brett.cannonsetmessageid: <1439341828.36.0.29128421517.issue24492@psf.upfronthosting.co.za>
2015-08-12 01:10:28brett.cannonlinkissue24492 messages
2015-08-12 01:10:27brett.cannoncreate