Issue 26573: Method Parameters can be Accepted as Keyword Arguments? (original) (raw)

Issue26573

Created on 2016-03-16 21:12 by gfyoung, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
bug.py gfyoung,2016-03-16 21:12 Demonstration of the unexpected behaviour
Messages (2)
msg261862 - (view) Author: G Young (gfyoung) * Date: 2016-03-16 21:12
This issue arose as we were making changes to the 'pandas' library. I am not sure if this is a bug or feature, but it definitely did not cross anyone's minds when discussing the PR at hand. I have attached a code sample to illustrate the "bug" that I have run successfully on Python 2.7 and Python 3.4.
msg261863 - (view) Author: G Young (gfyoung) * Date: 2016-03-16 21:22
Google indicates that this is indeed a feature of the language. Sorry about that! I guess that was a miscommunication on the PR-end.
History
Date User Action Args
2022-04-11 14:58:28 admin set github: 70760
2016-03-16 21:25:01 zach.ware set resolution: not a bugstage: resolved
2016-03-16 21:22:34 gfyoung set status: open -> closedmessages: +
2016-03-16 21:12:11 gfyoung create