[issue37626] Documentation:conflict between docs

2020-04-23 Thread Inada Naoki
Inada Naoki added the comment: I don't think they are conflict. "now required to have a valid name." "were allowed to have name set to None [snip] This is no longer permitted." "None" is not "valid name". -- resolution: -> not a bug stage: -> resolved status: open -> closed

[issue37626] Documentation:conflict between docs

2019-07-19 Thread Inada Naoki
Inada Naoki added the comment: https://docs.python.org/3/library/inspect.html#inspect.Parameter.replace """ Changed in version 3.4: In Python 3.3 Parameter objects were allowed to have name set to None if their kind was set to POSITIONAL_ONLY. This is no longer permitted. """ --

[issue37626] Documentation:conflict between docs

2019-07-18 Thread SilentGhost
Change by SilentGhost : -- nosy: +yselivanov ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue37626] Documentation:conflict between docs

2019-07-18 Thread 徐靖
New submission from 徐靖 : In https://docs.python.org/3/whatsnew/3.4.html#api-and-feature-removals,It is said "inspect.Signature: positional-only parameters are now required to have a valid name." But in https://docs.python.org/3/library/inspect.html?highlight=3.4#inspect.Signature, the

[issue37626] Documentation:conflict between docs

2019-07-18 Thread 徐靖
Change by 徐靖 : -- assignee: docs@python components: Documentation nosy: docs@python, shiyuchong priority: normal severity: normal status: open title: Documentation:conflict between docs versions: Python 3.5, Python 3.6, Python 3.7 ___ Python tracker