[issue37456] FAQ says positional arguments aren't a thing

2020-10-08 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue37456] FAQ says positional arguments aren't a thing

2020-10-08 Thread Irit Katriel
Irit Katriel added the comment: This seems complete, can it be closed? -- nosy: +iritkatriel ___ Python tracker ___ ___ Python-bugs

[issue37456] FAQ says positional arguments aren't a thing

2019-07-06 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset 90631f9bc5f78ec6cdc2096d5c5ae26e41e5f150 by Terry Jan Reedy (Miss Islington (bot)) in branch '3.8': bpo-37456: Slash ('/') is now part of syntax. (GH-14627) (GH-14628) https://github.com/python/cpython/commit/90631f9bc5f78ec6cdc2096d5c5ae26e41e5

[issue37456] FAQ says positional arguments aren't a thing

2019-07-06 Thread miss-islington
Change by miss-islington : -- pull_requests: +14442 pull_request: https://github.com/python/cpython/pull/14628 ___ Python tracker ___ __

[issue37456] FAQ says positional arguments aren't a thing

2019-07-06 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset 6f2a8c08573c71b78d2f6e2bfaf31641a0cd092b by Terry Jan Reedy in branch 'master': bpo-37456: Slash ('/') is now part of syntax. (GH-14627) https://github.com/python/cpython/commit/6f2a8c08573c71b78d2f6e2bfaf31641a0cd092b --

[issue37456] FAQ says positional arguments aren't a thing

2019-07-06 Thread Terry J. Reedy
Change by Terry J. Reedy : -- keywords: +patch pull_requests: +14441 stage: commit review -> patch review pull_request: https://github.com/python/cpython/pull/14627 ___ Python tracker

[issue37456] FAQ says positional arguments aren't a thing

2019-07-06 Thread Terry J. Reedy
Terry J. Reedy added the comment: I will remove the sentence. -- assignee: docs@python -> terry.reedy nosy: +terry.reedy stage: -> commit review type: -> behavior versions: +Python 3.9 ___ Python tracker _

[issue37456] FAQ says positional arguments aren't a thing

2019-07-01 Thread SoniEx2
SoniEx2 added the comment: no thanks, I don't like signing CLAs. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubs

[issue37456] FAQ says positional arguments aren't a thing

2019-07-01 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: Hi, Would you like to do a PR updating it? -- ___ Python tracker ___ ___ Python-bugs-list

[issue37456] FAQ says positional arguments aren't a thing

2019-06-30 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +pablogsal ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http

[issue37456] FAQ says positional arguments aren't a thing

2019-06-30 Thread SoniEx2
New submission from SoniEx2 : https://docs.python.org/3.8/faq/programming.html#what-does-the-slash-in-the-parameter-list-of-a-function-mean "Note that as of this writing this is only documentational and no valid syntax in Python, although there is PEP 570, which proposes a syntax for position-