Message287283
def func(): "doc" + "string"
Currently (Python 2.7-3.6), func.__doc__ is None. I suggest to add an unit test for this corner case, even if the result is going to change in a near future. We need to "specify" the expected behaviour, and make sure that we get the same result if optimizations are enabled or not. |
|
Date |
User |
Action |
Args |
2017-02-08 08:08:59 | vstinner | set | recipients:
+ vstinner, georg.brandl, benjamin.peterson, methane, serhiy.storchaka |
2017-02-08 08:08:59 | vstinner | set | messageid: <1486541339.72.0.951975112992.issue29463@psf.upfronthosting.co.za> |
2017-02-08 08:08:59 | vstinner | link | issue29463 messages |
2017-02-08 08:08:59 | vstinner | create | |
|