Welcome to mirror list, hosted at ThFree Co, Russian Federation.

README « PyBinding « extras - github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 170a73bded547740e5cc85d331757dfecfbb8dc2 (plain)
1
2
3
4
5
6
7
This addin provides support for the standard cPython runtime.  It is in no
way supporting IronPython.  If you wish to have IronPython support, look
at bringing PythonBinding up to date.  The reason for this is that an
IronPython binding would want to inherit DotNetProject and that makes no
sense for cPython.

-- Christian Hergert