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 pitrou
Recipients Trundle, draghuram, eric.araujo, giampaolo.rodola, neologix, pitrou, r.david.murray, tarek, techtonik, vstinner
Date 2011-12-23.16:08:45
SpamBayes Score 0.0068049813
Marked as misclassified No
Message-id <1324656480.3388.38.camel@localhost.localdomain>
In-reply-to <1324654747.17.0.989918755432.issue8828@psf.upfronthosting.co.za>
Content
> 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.
History
Date User Action Args
2011-12-23 16:08:47pitrousetrecipients: + pitrou, vstinner, draghuram, techtonik, giampaolo.rodola, tarek, eric.araujo, r.david.murray, Trundle, neologix
2011-12-23 16:08:46pitroulinkissue8828 messages
2011-12-23 16:08:45pitroucreate