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 arigo
Recipients Josh Friend, arigo, serhiy.storchaka
Date 2018-02-23.18:43:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1519411402.96.0.467229070634.issue32922@psf.upfronthosting.co.za>
In-reply-to
Content
It's not a new feature.  See for example all functions from posixmodule.c: it should at least be PyArg_ParseTuple(args, "et", Py_FileSystemDefaultEncoding, &char_star_variable).
History
Date User Action Args
2018-02-23 18:43:23arigosetrecipients: + arigo, serhiy.storchaka, Josh Friend
2018-02-23 18:43:22arigosetmessageid: <1519411402.96.0.467229070634.issue32922@psf.upfronthosting.co.za>
2018-02-23 18:43:22arigolinkissue32922 messages
2018-02-23 18:43:22arigocreate