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 ideasman42
Recipients SilentGhost, benhoyt, eryksun, ideasman42, mont29, paul.moore, serhiy.storchaka, steve.dower, tim.golden, vstinner, zach.ware
Date 2016-01-16.10:13:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1452939217.93.0.506697785174.issue25911@psf.upfronthosting.co.za>
In-reply-to
Content
A related question, (realize this isn't a support forum), but what is the equivalent API calls in Python3.5 so we can update scripts.

Should we be doing: os.walk(os.fsdecode(path)) ?

From Python's documentation, os.fsdecode is using 'strict' handler which may raise exceptions.
I'm mainly concerned that changes here will introduce bugs where bytes previously resolved the paths (albeit working in an imperfect way).

If this is not the best place to ask about this, then can post elsewhere.
History
Date User Action Args
2016-01-16 10:13:38ideasman42setrecipients: + ideasman42, paul.moore, vstinner, tim.golden, SilentGhost, benhoyt, zach.ware, serhiy.storchaka, eryksun, steve.dower, mont29
2016-01-16 10:13:37ideasman42setmessageid: <1452939217.93.0.506697785174.issue25911@psf.upfronthosting.co.za>
2016-01-16 10:13:37ideasman42linkissue25911 messages
2016-01-16 10:13:37ideasman42create