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 petere
Recipients Nofar Schnider, Winterflower, abarry, brett.cannon, kushal.das, matrixise, mbussonn, petere, ppperry, python-dev, rhettinger, terry.reedy
Date 2016-06-18.04:30:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1466224237.87.0.796448116253.issue25548@psf.upfronthosting.co.za>
In-reply-to
Content
I understand the reasoning here, but I want to say booh to this change in 3.6.0a2 because it breaks my tests.  It used to be that type(x) returned a predictable string, and that was an easy way to verify the result types of things.

Perhaps a __str__ implementation could be added that avoids the memory address?
History
Date User Action Args
2016-06-18 04:30:38peteresetrecipients: + petere, brett.cannon, rhettinger, terry.reedy, python-dev, kushal.das, matrixise, ppperry, mbussonn, abarry, Winterflower, Nofar Schnider
2016-06-18 04:30:37peteresetmessageid: <1466224237.87.0.796448116253.issue25548@psf.upfronthosting.co.za>
2016-06-18 04:30:37peterelinkissue25548 messages
2016-06-18 04:30:37peterecreate