commit | 0b785036ef5482e55360b73df2176d672c97edaf | [log] [tgz] |
---|---|---|
author | Petri Lehtinen <petri@digip.org> | Sat Feb 23 19:24:08 2013 +0100 |
committer | Petri Lehtinen <petri@digip.org> | Sat Feb 23 19:24:31 2013 +0100 |
tree | ebc12b63336943b7e9e27d26762a09ebb1e18175 | |
parent | 9e14755b46c48207b44be92093ca2eae6ba22fac [diff] [blame] |
Issue #8890: Stop advertising an insecure use of /tmp in docs
diff --git a/Doc/library/posixfile.rst b/Doc/library/posixfile.rst index c27e412..97ef800 100644 --- a/Doc/library/posixfile.rst +++ b/Doc/library/posixfile.rst
@@ -181,7 +181,7 @@ import posixfile - file = posixfile.open('/tmp/test', 'w') + file = posixfile.open('testfile', 'w') file.lock('w|') ... file.lock('u')