mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Fix warning from Sphinx.
This commit is contained in:
parent
20ab6c04bc
commit
1c8c32774e
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ Library
|
|||
|
||||
- Issue #10838: The subprocess now module includes SubprocessError and
|
||||
TimeoutError in its list of exported names for the users wild enough
|
||||
to use "from subprocess import *".
|
||||
to use ``from subprocess import *``.
|
||||
|
||||
- Issue #23411: Added DefragResult, ParseResult, SplitResult, DefragResultBytes,
|
||||
ParseResultBytes, and SplitResultBytes to urllib.parse.__all__.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue