[docs] [issue15531] os.path symlink docs missing

Larry Hastings report at bugs.python.org
Sun Aug 5 02:54:38 CEST 2012


Larry Hastings added the comment:
What does the following script print out?
import os
os.chdir('/tmp')
os.symlink('--success--', 'foo')
print("this should print --success-- :")
print(os.readlink('foo'))
os.unlink('foo')
----------
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15531>
_______________________________________


More information about the docs mailing list

AltStyle によって変換されたページ (->オリジナル) /