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 serhiy.storchaka
Recipients ezio.melotti, michael.foord, serhiy.storchaka, vstinner
Date 2017-05-14.17:51:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1494784297.9.0.146237930703.issue30366@psf.upfronthosting.co.za>
In-reply-to
Content
Also backported new functions temp_dir() and python_is_optimized().
temp_cwd() now accepts None as a name (means using tempfile.mkdtemp).
check_syntax_error() now accepts arguments lineno and offset.
History
Date User Action Args
2017-05-14 17:51:37serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, ezio.melotti, michael.foord
2017-05-14 17:51:37serhiy.storchakasetmessageid: <1494784297.9.0.146237930703.issue30366@psf.upfronthosting.co.za>
2017-05-14 17:51:37serhiy.storchakalinkissue30366 messages
2017-05-14 17:51:37serhiy.storchakacreate