svn commit: r1936315 - subversion/trunk/subversion/bindings/ctypes-python
[email protected] Sun, 19 Jul 2026 12:36:33 -0000
| Newsgroups | gmane.comp.version-control.subversion.svn |
|---|---|
| Message-ID | <178446459399.1914396.12250709448562422459@svn03-he-fi> |
Author: dsahlberg Date: Sun Jul 19 12:36:33 2026 New Revision: 1936315 Log: Add README explaining where the ctypes-bindings went. * subversion/bindings/ctypes-python/README Added: subversion/trunk/subversion/bindings/ctypes-python/README (contents, props changed) Added: subversion/trunk/subversion/bindings/ctypes-python/README ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ subversion/trunk/subversion/bindings/ctypes-python/README Sun Jul 19 12:36:33 2026 (r1936315) @@ -0,0 +1,6 @@ +This directory used to contain a ctypes based Python binding, however it +was unmaintained and didn't work for Python3. Therefore, it was removed +in r1936306 (before the release of Subversion 1.15.0). + +If you want to see them or work with them, you can check them out from an +earlier revision.