Open-source Languages & Tools for z/OS

 View Only
  • 1.  Python 3.7 port

    Posted 09-16-2019 16:51

    Hi, are you planning to port python 3.7 on Z?
    Is there a roadmap or something similar?

    Thankyou.



  • 2.  RE: Python 3.7 port

    Posted 09-19-2019 13:24

    Hi,
    Python 3.7 has been ported and is currently available within IBM IzODA product https://izoda.github.io/.

    Thanks,
    Tatiana



  • 3.  RE: Python 3.7 port

    Posted 11-05-2019 02:41

    Tatiana,

    in the ported 3.7 can I work with DD names and access MVS data using this: f = open("//‘my.dataset’", ‘rb’)? In 3.6.1 this doesn’t work.