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.
Created on 2012年02月07日 14:26 by brett.cannon, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| importlib_replace.diff | neologix, 2012年02月09日 19:52 | |||
| Messages (3) | |||
|---|---|---|---|
| msg152810 - (view) | Author: Brett Cannon (brett.cannon) * (Python committer) | Date: 2012年02月07日 14:26 | |
The new os.replace() function should be used by importlib. |
|||
| msg153548 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2012年02月17日 14:27 | |
New changeset de6703671386 by Brett Cannon in branch 'default': Have importlib use os.replace() for atomic renaming. http://hg.python.org/cpython/rev/de6703671386 |
|||
| msg153549 - (view) | Author: Brett Cannon (brett.cannon) * (Python committer) | Date: 2012年02月17日 14:29 | |
Thanks for the patch, Charles-François! |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:26 | admin | set | github: 58169 |
| 2012年02月17日 14:29:41 | brett.cannon | set | status: open -> closed resolution: fixed messages: + msg153549 stage: commit review -> resolved |
| 2012年02月17日 14:27:20 | python-dev | set | nosy:
+ python-dev messages: + msg153548 |
| 2012年02月16日 18:58:41 | neologix | set | stage: patch review -> commit review |
| 2012年02月10日 18:23:49 | neologix | set | nosy:
+ pitrou |
| 2012年02月10日 06:50:14 | eric.snow | set | nosy:
+ eric.snow |
| 2012年02月09日 19:52:09 | neologix | set | keywords:
+ patch, needs review files: + importlib_replace.diff stage: patch review |
| 2012年02月07日 14:26:35 | brett.cannon | create | |