This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ned.deily
Recipients Level, ned.deily, serhiy.storchaka, vstinner
Date 2013-12-03.21:09:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1386104969.93.0.298063421183.issue19879@psf.upfronthosting.co.za>
In-reply-to
Content
On 2.7 tip, it fails up front with a TypeError:

  File "/home/nad/PyCFunction.py", line 5, in <module>
    imageop.rgb82rgb(u"%J8CBej >uFBi-",True,8.36)
TypeError: integer argument expected, got float
[18330 refs]
History
Date User Action Args
2013-12-03 21:09:29ned.deilysetrecipients: + ned.deily, vstinner, serhiy.storchaka, Level
2013-12-03 21:09:29ned.deilysetmessageid: <1386104969.93.0.298063421183.issue19879@psf.upfronthosting.co.za>
2013-12-03 21:09:29ned.deilylinkissue19879 messages
2013-12-03 21:09:29ned.deilycreate