mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Issue #19795: Mark up None as literal text.
This commit is contained in:
parent
9f2e377beb
commit
ecf41da83e
50 changed files with 108 additions and 106 deletions
|
@ -398,7 +398,7 @@ The :mod:`test.support` module defines the following functions:
|
|||
A context manager that creates a temporary directory at *path* and
|
||||
yields the directory.
|
||||
|
||||
If *path* is None, the temporary directory is created using
|
||||
If *path* is ``None``, the temporary directory is created using
|
||||
:func:`tempfile.mkdtemp`. If *quiet* is ``False``, the context manager
|
||||
raises an exception on error. Otherwise, if *path* is specified and
|
||||
cannot be created, only a warning is issued.
|
||||
|
@ -421,7 +421,7 @@ The :mod:`test.support` module defines the following functions:
|
|||
|
||||
The context manager creates a temporary directory in the current
|
||||
directory with name *name* before temporarily changing the current
|
||||
working directory. If *name* is None, the temporary directory is
|
||||
working directory. If *name* is ``None``, the temporary directory is
|
||||
created using :func:`tempfile.mkdtemp`.
|
||||
|
||||
If *quiet* is ``False`` and it is not possible to create or change
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue