[issue13961] Have importlib use os.replace()

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

[issue13961] Have importlib use os.replace()

2012-02-17 Thread Roundup Robot
Roundup Robot 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 ___ Python tracker

[issue13961] Have importlib use os.replace()

2012-02-16 Thread Charles-François Natali
Changes by Charles-François Natali : -- stage: patch review -> commit review ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue13961] Have importlib use os.replace()

2012-02-10 Thread Charles-François Natali
Changes by Charles-François Natali : -- nosy: +pitrou ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://ma

[issue13961] Have importlib use os.replace()

2012-02-09 Thread Eric Snow
Changes by Eric Snow : -- nosy: +eric.snow ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.o

[issue13961] Have importlib use os.replace()

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

[issue13961] Have importlib use os.replace()

2012-02-07 Thread Brett Cannon
New submission from Brett Cannon : 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 _