[issue20376] Argument Clinic: backslashes in docstrings are not escaped

Serhiy Storchaka report at bugs.python.org
Fri Jan 24 09:21:59 CET 2014


New submission from Serhiy Storchaka:

Argument Clinic copies backslashes in docstrings as is. This can produce wrong or even invalid C string. Either backslashes should be escaped, or current behavior should be documented.

----------
components: Demos and Tools
messages: 209044
nosy: larry, serhiy.storchaka
priority: normal
severity: normal
status: open
title: Argument Clinic: backslashes in docstrings are not escaped
type: behavior
versions: Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20376>
_______________________________________


More information about the Python-bugs-list mailing list