New submission from Kenneth Lim:

Passing a dict with colon-containing keys as kwargs to a function results in a 
KeyError stemming from a silent truncation of the keys.

Error does not clearly describe the issue in this case.

----------
components: Interpreter Core
files: poc.py
messages: 266696
nosy: Kenneth Lim
priority: normal
severity: normal
status: open
title: Silent truncation of kwargs when passing keywords containing colons
type: behavior
versions: Python 3.5
Added file: http://bugs.python.org/file43058/poc.py

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue27160>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to