New submission from radkujawa <radek_kuj...@o2.pl>:

see example:

>>> def f():
...     f"""asdf"""
...     pass
... 
>>> f.__doc__
>>> def f():
...     """asdf"""
...     pass
... 
>>> f.__doc__
'asdf'
>>>

----------
components: Tests
messages: 369518
nosy: radkujawa
priority: normal
severity: normal
status: open
title: fstrings are not docstrings
type: behavior
versions: Python 3.7, Python 3.8

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

Reply via email to