
report at bugs
Aug 5, 2012, 12:02 PM
Post #6 of 7
(92 views)
Permalink
|
|
[issue15531] os.path symlink docs missing
[In reply to]
|
|
Dave Abrahams added the comment: on Sat Aug 04 2012, Larry Hastings <report-AT-bugs.python.org> wrote: > 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') --8<---------------cut here---------------start------------->8--- this should print --success-- : --success-- --8<---------------cut here---------------end--------------->8--- So, I guess I don't know what was causing the symptom I observed. ---------- _______________________________________ Python tracker <report [at] bugs> <http://bugs.python.org/issue15531> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
|