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.

作者 vstinner
收信人 Arfrever, ezio.melotti, gregory.p.smith, lemburg, loewis, pitrou, vstinner
日期 2010-05-03.09:02:56
SpamBayes Score 0.0067167263
Marked as misclassified
Message-id <1272877379.47.0.536353580696.issue8514@psf.upfronthosting.co.za>
In-reply-to
内容
loewis> I really, really, REALLY think that it is bad to mix issues.
loewis> This makes patch review impossible.

I tried to, but it looks difficult :-) Anyway, I opened #8603.

> This specific issue is about introducing an fsdecode and fsencode 
> function; this is what the bug title says, and what the initial patch
> did.

I know, but the two topics (fs*code() and os.environb) are very close and related. My os.environb implementation uses fsencode()/fsdecode().

> FWIW, I'm +0 on adding these functions. MAL, please stop messing
> issue subjects. (...)

I think that we cannot decide correctly about fs*code() until we decided for os.environb.
历史
日期 用户 动作 参数
2010-05-03 09:03:00vstinner修改recipients: + vstinner, lemburg, loewis, gregory.p.smith, pitrou, ezio.melotti, Arfrever
2010-05-03 09:02:59vstinner修改messageid: <1272877379.47.0.536353580696.issue8514@psf.upfronthosting.co.za>
2010-05-03 09:02:57vstinner链接issue8514 messages
2010-05-03 09:02:56vstinner创建