[New-bugs-announce] [issue26573] Method Parameters can be Accepted as Keyword Arguments?

G Young report at bugs.python.org
Wed Mar 16 17:12:11 EDT 2016


New submission from G Young:

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.

----------
components: Interpreter Core
files: bug.py
messages: 261862
nosy: G Young
priority: normal
severity: normal
status: open
title: Method Parameters can be Accepted as Keyword Arguments?
type: behavior
versions: Python 2.7, Python 3.4
Added file: http://bugs.python.org/file42178/bug.py

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26573>
_______________________________________


More information about the New-bugs-announce mailing list