[issue27180] Doc/pathlib: Please describe the behaviour of Path().rename() is depends on the platform (same as os.rename())

2016-06-02 Thread Masato HASHIMOTO
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(). IMHO

[issue2052] Allow changing difflib._file_template character encoding.

2014-07-30 Thread Masato HASHIMOTO
Changes by Masato HASHIMOTO cabezon.hashim...@gmail.com: -- nosy: +hashimo ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2052 ___ ___ Python-bugs

[issue16468] argparse only supports iterable choices

2014-02-17 Thread Masato HASHIMOTO
Changes by Masato HASHIMOTO cabezon.hashim...@gmail.com: -- nosy: +hashimo ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue16468 ___ ___ Python-bugs

[issue17686] Doc using/unix broken link (http://linuxmafia.com/)

2013-04-10 Thread Masato HASHIMOTO
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

[issue15886] Doc: same word iteration

2012-09-09 Thread Masato HASHIMOTO
New submission from Masato HASHIMOTO: Same word (path_fd) is iterated in Doc/library/os.rst. 1858 This function can support :ref:`specifying a file descriptor 1859 path_fd`, :ref:`specifying a file descriptor path_fd` and :ref:`not 1860 following symlinks follow_symlinks`. version: releasing