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 jtaylor
Recipients jtaylor
Date 2013-05-03.16:54:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1367600057.19.0.0234960166216.issue17895@psf.upfronthosting.co.za>
In-reply-to
Content
sys.version_info(major=3, minor=3, micro=1, releaselevel='final', serial=0)
In [3]: type(tempfile.TemporaryFile().name)
Out[3]: builtins.int

in python2 it returned a string, this is a somewhat pointless api change which breaks some third party code, e.g. numpy (https://github.com/numpy/numpy/issues/3302)
History
Date User Action Args
2013-05-03 16:54:17jtaylorsetrecipients: + jtaylor
2013-05-03 16:54:17jtaylorsetmessageid: <1367600057.19.0.0234960166216.issue17895@psf.upfronthosting.co.za>
2013-05-03 16:54:17jtaylorlinkissue17895 messages
2013-05-03 16:54:16jtaylorcreate