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?

 

Sincerely,

Andreas

 

_______________________________________________
Ironpython-users mailing list
Ironpython-users@python.org
https://mail.python.org/mailman/listinfo/ironpython-users

Reply via email to