New submission from Stephan Hohe <sth....@tejp.de>:

The [documentation][1] for asyncio.create_subprocess_shell() contains an 
"important" block about quoting special characters. This block and the 
following deprecation note belong to this specific function, but are not 
correctly indented and shown at module level.

 [1]: 
https://docs.python.org/3.10/library/asyncio-subprocess.html#asyncio.create_subprocess_shell

----------
assignee: docs@python
components: Documentation
messages: 369930
nosy: docs@python, sth
priority: normal
severity: normal
status: open
title: "Important" block in documentation of asyncio.create_subprocess_shell() 
not indented correctly
versions: Python 3.10, Python 3.7, Python 3.8, Python 3.9

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue40774>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to