[issue16385] evaluating dict with repeated keys gives no warnings/errors

2012-11-02 Thread Ramchandra Apte
Ramchandra Apte added the comment: Retract earlier statement. I didn't read the comment fully. -- title: evaluating dict with repeated keys gives no warnings - evaluating dict with repeated keys gives no warnings/errors ___ Python tracker

[issue16385] evaluating dict with repeated keys gives no warnings/errors

2012-11-02 Thread Ramchandra Apte
Ramchandra Apte added the comment: You should be using json for configuration purposes anyway. This is low priority as only few programs use dictionaries with a gazillion keys. -- ___ Python tracker rep...@bugs.python.org

[issue16385] evaluating dict with repeated keys gives no warnings/errors

2012-11-02 Thread Albert Ferras
Albert Ferras added the comment: I would use json, but it allows me to set list/strings, etc.. not python objects like I'd want -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue16385 ___

[issue16385] evaluating dict with repeated keys gives no warnings/errors

2012-11-02 Thread Albert Ferras
Albert Ferras added the comment: sorry: *it only allows me -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue16385 ___ ___ Python-bugs-list mailing

[issue16385] evaluating dict with repeated keys gives no warnings/errors

2012-11-02 Thread Albert Ferras
Albert Ferras added the comment: also, it creates confusion when this happens -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue16385 ___ ___