IronLanguages / ironpython2

Implementation of the Python programming language for .NET Framework; built on top of the Dynamic Language Runtime (DLR).

Home Page:http://ironpython.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to view the version of the python library included in ironpython?

iamcrystal94 opened this issue · comments

Don't know of a way to do this other than looking through commits:
IronPython 2.7.9 -> 2.7.15
IronPython 2.7.10 -> 2.7.16
IronPython 2.7.11 -> 2.7.18 (final release of the CPython standard library)