ASKBOT / askbot-devel

Askbot is a Django/Python Q&A forum. **Contributors README**: https://github.com/ASKBOT/askbot-devel#how-to-contribute. Commercial hosting of Askbot and support are available at https://askbot.com
Other
1.56k stars 627 forks source link

Deprecated usage of tempfile #830

Closed martin-bts closed 3 years ago

martin-bts commented 5 years ago

tempfile.tempfile was deprecated in Python 2.0 and tempfile.mktemp() was deprecated in Python 2.3. Both are used in askbot.deployment.path_utils.

martin-bts commented 3 years ago

This refers to a piece of code that is no longer part of Askbot.