From 1bddcfee3d3601a006f2b3107651d55307b88c2c Mon Sep 17 00:00:00 2001 From: hpk Date: Tue, 13 Feb 2007 20:13:41 +0100 Subject: [PATCH] [svn r38745] striking another XXX, mentioning limited windows path support. --HG-- branch : trunk --- py/doc/path.txt | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/py/doc/path.txt b/py/doc/path.txt index f4564cfae..2cebad0bc 100644 --- a/py/doc/path.txt +++ b/py/doc/path.txt @@ -187,21 +187,18 @@ properties in an :api:`py.path.svnwc` instance:: >>> len(wc.status().prop_modified) 0 -XXX more examples (look at API) -+++++++++++++++++++++++++++++++++++++++ - -XXX Known problems / limitations =================================== -There are some known issues, most importantly -that using the Subversion Paths requires the -command line `svn` binary and parsing its output -is a bit fragile across versions and locales -(it basically only works with an english locale!). +* The SVN path objects require the "svn" command line, + there is currently no support for python bindings. + Parsing the svn output can lead to problems, particularly + regarding if you have a non-english "locales" setting. -XXX note more here +* While the path objects basically work on windows, + there is no attention yet on making unicode paths + work or deal with the famous "8.3" filename issues. Future plans ============