Author: danielsh
Date: Sat Mar 24 19:23:28 2018
New Revision: 1827665
URL: http://svn.apache.org/viewvc?rev=1827665&view=rev
Log:
On the swig-py3 branch:
* BRANCH-README: Record that svn_stream_read() should be taught to return bytes.
Modified:
subversion/branches/swig-py3/BRANCH-README
Modified: subversion/branches/swig-py3/BRANCH-README
URL:
http://svn.apache.org/viewvc/subversion/branches/swig-py3/BRANCH-README?rev=1827665&r1=1827664&r2=1827665&view=diff
==============================================================================
--- subversion/branches/swig-py3/BRANCH-README (original)
+++ subversion/branches/swig-py3/BRANCH-README Sat Mar 24 19:23:28 2018
@@ -19,6 +19,8 @@ TODO
* Make the error more meaningful if the user attempts to build python swig
bindings, even if py3c was disabled or not found. Currently the error on
makefile builds is "none: command not found", which isn't very descriptive.
+* Make svn_stream_read() [and possibly other functions?] return bytes rather
+ than str:
https://mail-archives.apache.org/mod_mbox/subversion-dev/201803.mbox/%3C20180323081026.cqgbhdzfxv2lwm24%40tarpaulin.shahaf.local2%3E
References: