[issue29969] Typo in decimal error message

2017-04-03 Thread Stefan Krah
Stefan Krah added the comment: Merged, thank you. -- assignee: -> skrah nosy: +skrah resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker ___

[issue29969] Typo in decimal error message

2017-04-03 Thread Angus Hollands
Changes by Angus Hollands : -- pull_requests: +1151 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue29969] Typo in decimal error message

2017-04-03 Thread Angus Hollands
New submission from Angus Hollands: When passing an object that fails Py_FloatCheck, the error message raised reads "argument must be int of float", rather than "argument must be int or float" -- components: Extension Modules messages: 291070 nosy: Angus Hollands priority: normal severit