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.

作者 pitrou
收信人 Trundle, draghuram, eric.araujo, giampaolo.rodola, neologix, pitrou, r.david.murray, tarek, techtonik, vstinner
日期 2011-12-23.16:08:45
SpamBayes Score 0.0068049813
Marked as misclassified
Message-id <1324656480.3388.38.camel@localhost.localdomain>
In-reply-to <1324654747.17.0.989918755432.issue8828@psf.upfronthosting.co.za>
内容
> An alternative might be a flag on rename: overwrite=['always', 'os_default']

How about overwrite=[None, True] with None meaning "OS default"?

> with a warning and a switch of the default in a subsequent release.

I think we should be conservative with warnings and
compatibility-breaking changes. In this case there's no pressing need to
change behaviour: the default isn't less secure or less efficient.
历史
日期 用户 动作 参数
2011-12-23 16:08:47pitrou修改recipients: + pitrou, vstinner, draghuram, techtonik, giampaolo.rodola, tarek, eric.araujo, r.david.murray, Trundle, neologix
2011-12-23 16:08:46pitrou链接issue8828 messages
2011-12-23 16:08:45pitrou创建