On Thu, Mar 6, 2014 at 11:28 AM, Andreas Beham <[email protected]> wrote: > Hi, > > I am executing a python script in C# using IronPython and I am getting the > following error message: > > attribute '__doc__' of 'partial' object is read-only > > I noticed that this has also been an issue of jython and there was a ticket > where this was changed to allow assignment to __doc__. The ticket is here: > http://bugs.jython.org/issue1730 > > I am new to python, but it seems this was a cpython compatibility bug in > jython. Does this also apply to IronPython?
Sounds like a bug, but I thought it had already been fixed - which version of IronPython are you using? - Jeff _______________________________________________ Ironpython-users mailing list [email protected] https://mail.python.org/mailman/listinfo/ironpython-users
