New submission from Masato HASHIMOTO:
The behavior of Path().rename() is same as os.rename() (replaces silently if
dest file is already existent on Unix) but it's difficult to catch from current
pathlib documentation (I found it from source of pathlib) from comparing with
replace().
IMH
Changes by Masato HASHIMOTO :
--
nosy: +hashimo
___
Python tracker
<http://bugs.python.org/issue2052>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Masato HASHIMOTO :
--
nosy: +hashimo
___
Python tracker
<http://bugs.python.org/issue16468>
___
___
Python-bugs-list mailing list
Unsubscribe:
New submission from Masato HASHIMOTO:
In Doc/using/unix.rst, the following link is broken:
31: http://linuxmafia.com/pub/linux/suse-linux-internals/chapter35.html
(See also for OpenSuse users)
--
assignee: docs@python
components: Documentation
messages: 186491
nosy: docs@python
New submission from Masato HASHIMOTO:
Same word () is iterated in Doc/library/os.rst.
1858 This function can support :ref:`specifying a file descriptor
1859 `, :ref:`specifying a file descriptor ` and :ref:`not
1860 following symlinks `.
version: releasing/3.3.0 @ 78787:c5bc19ce4d2b