[issue5564] os.symlink/os.link docs should say old/new, not src/dst
Adam Olsen
report at bugs.python.org
Thu Mar 26 01:52:13 CET 2009
New submission from Adam Olsen <rhamph at gmail.com>:
"destination" is ambiguous. It means opposite things, depending on if
it's the symlink creation operation or if it's the symlink itself.
In contrast, "old" is clearly what existed before the operation, and
"new" is what the operation creates. This terminology is already in use
by os.rename.
----------
assignee: georg.brandl
components: Documentation
messages: 84171
nosy: Rhamphoryncus, georg.brandl
severity: normal
status: open
title: os.symlink/os.link docs should say old/new, not src/dst
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5564>
_______________________________________
More information about the Python-bugs-list
mailing list