mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Issue #8890: Stop advertising an insecure use of /tmp in docs
This commit is contained in:
parent
8b945148e3
commit
9f74c6cf7d
14 changed files with 31 additions and 26 deletions
|
@ -201,7 +201,7 @@ A simple example demonstrating the use of the programmatic interface::
|
|||
# run the new command using the given tracer
|
||||
tracer.run('main()')
|
||||
|
||||
# make a report, placing output in /tmp
|
||||
# make a report, placing output in the current directory
|
||||
r = tracer.results()
|
||||
r.write_results(show_missing=True, coverdir="/tmp")
|
||||
r.write_results(show_missing=True, coverdir=".")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue