niner / inline-python-pm

Inline::Python - Write Perl subs and classes in Python.
https://metacpan.org/release/Inline-Python
20 stars 13 forks source link

Fix Python3 tests for 0.49 #11

Closed lmazuel closed 9 years ago

lmazuel commented 9 years ago

Hi,

I followed the issue about the 0.49 version and Py3. Here a pull request for this bug: https://github.com/niner/inline-python-pm/issues/10

Tested on 2.7.9 and 3.4.3

Hope it helps!

rmikebaker commented 9 years ago

Awesome! Just reviewed and tested the changes, and both tests now pass. Thanks!

JeremyMarshall commented 9 years ago

Tested on win8 and python3.5 (32 bit) and all good. Thanks