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 pankaj.s01
Recipients pankaj.s01
Date 2014-11-26.12:18:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1417004311.93.0.975050094816.issue22947@psf.upfronthosting.co.za>
In-reply-to
Content
Hi,
'imageop' is default disable in Python-2.7.8 for 64-bit platform.
i have enable and test on x_86 64-bit architecture. it's working fine.and it's unit test is also ok.

The respective patch has been attached and test log as shown 
below . 

output: for test_imageop.py
****************************
$]./python2.7  ../lib/python2.7/test/test_imageop.py
test_input_validation (__main__.InputValidationTests) ... ok

----------------------------------------------------------------------
Ran 1 test in 0.047s

OK

--
Thanks & Regards,

 Pankaj Sharma
(pankaj.s01@samsung.com)
History
Date User Action Args
2014-11-26 12:18:31pankaj.s01setrecipients: + pankaj.s01
2014-11-26 12:18:31pankaj.s01setmessageid: <1417004311.93.0.975050094816.issue22947@psf.upfronthosting.co.za>
2014-11-26 12:18:31pankaj.s01linkissue22947 messages
2014-11-26 12:18:31pankaj.s01create