[issue18346] Backporting of atomic file rename to Python 2.7

2013-07-02 Thread Christian Heimes
Christian Heimes added the comment: I had some spare time: https://pypi.python.org/pypi/pyosreplace . Please test. -- ___ Python tracker ___ _

[issue18346] Backporting of atomic file rename to Python 2.7

2013-07-02 Thread R. David Murray
Changes by R. David Murray : -- resolution: -> rejected stage: -> committed/rejected status: open -> closed ___ Python tracker ___ _

[issue18346] Backporting of atomic file rename to Python 2.7

2013-07-02 Thread Christian Heimes
Christian Heimes added the comment: Some people have developed a ctypes interface to MoveFileExW(). For example https://github.com/mitsuhiko/python-atomicfile/ . -- nosy: +christian.heimes ___ Python tracker _

[issue18346] Backporting of atomic file rename to Python 2.7

2013-07-02 Thread Ronald Oussoren
Ronald Oussoren added the comment: Issue #8828 adds a new API to the os module, as such it is inappropriate for a back port (no new features in stable releases) -- nosy: +ronaldoussoren ___ Python tracker

[issue18346] Backporting of atomic file rename to Python 2.7

2013-07-02 Thread Alexandr Zarubkin
Changes by Alexandr Zarubkin : -- title: Backporting of issue 8828 to Python 2.7 -> Backporting of atomic file rename to Python 2.7 ___ Python tracker ___ __