Re: Python bindings API confusion

2020-12-26 Thread Yasuhito FUTATSUKI
I'm sorry, but I'd like to make a correction. On 2020/12/26 20:02, Yasuhito FUTATSUKI wrote: > [[[ > Index: subversion/bindings/swig/python/svn/fs.py > === > --- subversion/bindings/swig/python/svn/fs.py (revision 1884802) > +++ su

Re: Python bindings API confusion

2020-12-26 Thread Yasuhito FUTATSUKI
On 2020/12/26 3:38, Nathan Hartman wrote: > But the solution you suggest above, adding a new_rev attribute to the > exception and leaving the return value as it was, sounds like a good way to > avoid the incompatibility and also avoid the API bump. I had written such a patch on typemaps at first