[issue13961] Have importlib use os.replace()

2012-02-17 Thread Roundup Robot
Roundup Robot devn...@psf.upfronthosting.co.za added the comment: New changeset de6703671386 by Brett Cannon in branch 'default': Have importlib use os.replace() for atomic renaming. http://hg.python.org/cpython/rev/de6703671386 -- nosy: +python-dev

[issue13961] Have importlib use os.replace()

2012-02-17 Thread Brett Cannon
Brett Cannon br...@python.org added the comment: Thanks for the patch, Charles-François! -- resolution: - fixed stage: commit review - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org

[issue13961] Have importlib use os.replace()

2012-02-16 Thread Charles-François Natali
Changes by Charles-François Natali neolo...@free.fr: -- stage: patch review - commit review ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13961 ___

[issue13961] Have importlib use os.replace()

2012-02-10 Thread Charles-François Natali
Changes by Charles-François Natali neolo...@free.fr: -- nosy: +pitrou ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13961 ___ ___ Python-bugs-list

[issue13961] Have importlib use os.replace()

2012-02-09 Thread Charles-François Natali
Changes by Charles-François Natali neolo...@free.fr: -- keywords: +needs review, patch stage: - patch review Added file: http://bugs.python.org/file24468/importlib_replace.diff ___ Python tracker rep...@bugs.python.org

[issue13961] Have importlib use os.replace()

2012-02-09 Thread Eric Snow
Changes by Eric Snow ericsnowcurren...@gmail.com: -- nosy: +eric.snow ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13961 ___ ___ Python-bugs-list

[issue13961] Have importlib use os.replace()

2012-02-07 Thread Brett Cannon
New submission from Brett Cannon br...@python.org: The new os.replace() function should be used by importlib. -- components: Library (Lib) messages: 152810 nosy: brett.cannon priority: normal severity: normal status: open title: Have importlib use os.replace() versions: Python 3.3