You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by tr...@apache.org on 2018/01/29 03:46:19 UTC

svn commit: r1822488 - /subversion/branches/swig-py3/BRANCH-README

Author: troycurtisjr
Date: Mon Jan 29 03:46:19 2018
New Revision: 1822488

URL: http://svn.apache.org/viewvc?rev=1822488&view=rev
Log:
On branch swig-py3: Update BRANCH-README with Windows status.

* BRANCH-README
  - Update with current Windows build status.

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=1822488&r1=1822487&r2=1822488&view=diff
==============================================================================
--- subversion/branches/swig-py3/BRANCH-README (original)
+++ subversion/branches/swig-py3/BRANCH-README Mon Jan 29 03:46:19 2018
@@ -12,7 +12,11 @@ features for the C extension interfaces
 TODO
 ----
 
-* Ensure Windows builds still work in light of the addition of the py3c library.
+* Windows build has been updated to work with the py3c library for python swig
+  bindings:
+    * Python 2 compiles and tests pass
+    * Python 3 has a compile error.
+    * Currently only build for Visual Studio > 2008 have been updated.
 * 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.