[issue34792] Tutorial doesn''t discuss / and * function arguments
New submission from Mark Diekhans <markd@kermodei.com>: https://docs.python.org/3/tutorial/controlflow.html doest not discuss / and * arguments (end of positional, keyword required) ---------- assignee: docs@python components: Documentation messages: 326277 nosy: diekhans, docs@python priority: normal severity: normal status: open title: Tutorial doesn''t discuss / and * function arguments type: enhancement versions: Python 3.7 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue34792> _______________________________________
Karthikeyan Singaravelan <tir.karthi@gmail.com> added the comment: There is a related issue to document / in signatures though : https://bugs.python.org/issue21314 ---------- nosy: +xtreak _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue34792> _______________________________________
Change by Ezio Melotti <ezio.melotti@gmail.com>: ---------- nosy: +ezio.melotti _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue34792> _______________________________________
Karthikeyan Singaravelan <tir.karthi@gmail.com> added the comment: With PEP 570 implementation docs were expanded : https://github.com/python/cpython/commit/b76302ddd0896cb39ce69909349b53db6e7... ---------- nosy: +pablogsal _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue34792> _______________________________________
Pablo Galindo Salgado <pablogsal@gmail.com> added the comment: I don't think we should backport the changes or modify the file for the 3.7 branch, so I close the issue. Feel free to reopen if you still think it makes sense :) ---------- resolution: -> fixed stage: -> resolved status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue34792> _______________________________________
participants (4)
-
Ezio Melotti
-
Karthikeyan Singaravelan
-
Mark Diekhans
-
Pablo Galindo Salgado