Re: Python bindings API confusion

2020-12-22 Thread Yasuhito FUTATSUKI
On 2020/08/29 2:49, C. Michael Pilato wrote: > On Fri, Aug 21, 2020 at 7:10 AM Daniel Shahaf > wrote: > >> C. Michael Pilato wrote on Tue, 18 Aug 2020 10:23 -0400: >>> Sendingsubversion/bindings/swig/include/svn_types.swg >>> Sending >> subversion/bindings/swig/python/libsvn_swig_py/swigu

Re: [PATCH] fix unable to load *.pyd files with Python 3.8.x on Windows

2020-12-22 Thread Yasuhito FUTATSUKI
On 2020/12/21 15:50, Daniel Shahaf wrote: > Johan Corveleyn wrote on Sun, 20 Dec 2020 23:05 +0100: >> On Sat, May 23, 2020 at 2:17 PM Yasuhito FUTATSUKI >> wrote: >>> >>> On 2020/05/23 12:16, Daniel Shahaf wrote: Yasuhito FUTATSUKI wrote on Sat, 23 May 2020 11:08 +0900: > I think it

Re: mailer.py py2/py3 change: non-UTF-8 environments

2020-12-22 Thread Yasuhito FUTATSUKI
On 2020/12/21 16:15, Daniel Shahaf wrote: > s...@apache.org wrote on Mon, 14 Dec 2020 16:57 -: >> URL: http://svn.apache.org/viewvc?rev=1884427&view=rev >> Log: >> Make mailer.py work properly with Python 3, and drop Python 2 support. >> >> Most of the changes deal with the handling binary data

Re: Python bindings API confusion

2020-12-22 Thread Nathan Hartman
On Tue, Dec 22, 2020 at 10:13 AM Yasuhito FUTATSUKI wrote: > > On 2020/08/29 2:49, C. Michael Pilato wrote: > >>> Committed revision 1880967. > >>> > >>> I made only minor comment/formatting changes. > >> > >> Shouldn't the change be documented somewhere for users of the > >> bindings? (E.g., rel