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 Arfrever, barry, brett.cannon, bronger, cool-RR, daniel.ugra, ezio.melotti, georg.brandl, gvanrossum, pitrou, python-dev, serhiy.storchaka, tshepang
Date 2016-01-10.18:31:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1452450687.17.0.706568993884.issue22570@psf.upfronthosting.co.za>
In-reply-to
Content
> str(arg.path) if hasattr(arg, 'path') else arg

DirEntry.path can be bytes.
History
Date User Action Args
2016-01-10 18:31:27serhiy.storchakasetrecipients: + serhiy.storchaka, gvanrossum, barry, brett.cannon, georg.brandl, pitrou, bronger, ezio.melotti, Arfrever, daniel.ugra, cool-RR, tshepang, python-dev
2016-01-10 18:31:27serhiy.storchakasetmessageid: <1452450687.17.0.706568993884.issue22570@psf.upfronthosting.co.za>
2016-01-10 18:31:27serhiy.storchakalinkissue22570 messages
2016-01-10 18:31:27serhiy.storchakacreate