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 gregory.p.smith
Recipients Arfrever, ezio.melotti, gregory.p.smith, lemburg, loewis, vstinner
Date 2010-04-26.05:30:57
SpamBayes Score 1.1531009e-05
Marked as misclassified No
Message-id <1272259860.48.0.398285978247.issue8514@psf.upfronthosting.co.za>
In-reply-to
Content
i'm +0.7 on fsencode/fsdecode going into os.path.

My bikeshed 0.7?  They're also useful for dealing with environment variables which are not strictly filesystem (fs) related but also suffer from the same issue requiring surrogate escape.  But other than just calling these os.encode and os.decode I don't have any brilliant alternate naming suggestions.  thoughts?  I could easily live with os.path.fsencode/fsdecode, I just wanted to point the other use out.
History
Date User Action Args
2010-04-26 05:31:00gregory.p.smithsetrecipients: + gregory.p.smith, lemburg, loewis, vstinner, ezio.melotti, Arfrever
2010-04-26 05:31:00gregory.p.smithsetmessageid: <1272259860.48.0.398285978247.issue8514@psf.upfronthosting.co.za>
2010-04-26 05:30:58gregory.p.smithlinkissue8514 messages
2010-04-26 05:30:57gregory.p.smithcreate