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 rbcollins
Recipients berker.peksag, docs@python, martin.panter, r.david.murray, rbcollins, zbysz
Date 2015-08-03.22:17:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1438640264.33.0.463421670436.issue23725@psf.upfronthosting.co.za>
In-reply-to
Content
I can't find any reference to a discussion to deprecate tempdir outside of this issue. Nothing on python-dev/python-ideas/peps.

I can see that there's an argument that it should be deprecated, but AFAICT the idea to do so originated here. I'd like to see wider discussion though (because I don't think it makes sense to deprecate it) - its no more or less global than environment variables, its already here as a feature, and its not going to save us code maintenance or bugs if we do deprecate it - and if we are deprecating it, we should be issueing a PendingDeprecation warning at minimum.

How about we change the patch to not deprecate it, and either open a new ticket, or let folk that want to deprecate it raise that on the list?
History
Date User Action Args
2015-08-03 22:17:44rbcollinssetrecipients: + rbcollins, r.david.murray, zbysz, docs@python, berker.peksag, martin.panter
2015-08-03 22:17:44rbcollinssetmessageid: <1438640264.33.0.463421670436.issue23725@psf.upfronthosting.co.za>
2015-08-03 22:17:44rbcollinslinkissue23725 messages
2015-08-03 22:17:44rbcollinscreate