Le 21 févr. 2015 15:27, "Nick Coghlan" <[email protected]> a écrit : > int expected, but found str > float expected, but found int > > 'int' expected, but found 'str' > 'float' expected, but found 'int'
I would prefer quotes with the word type: 'float' type expected, but got 'int' type Or no quotes. Victor
_______________________________________________ Python-Dev mailing list [email protected] https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
