Browse Source

Update note about python3.

Jelmer Vernooij 10 years ago
parent
commit
9fb3e3ccd7
1 changed files with 7 additions and 5 deletions
  1. 7 5
      README.md

+ 7 - 5
README.md

@@ -1,7 +1,7 @@
-This is the Dulwich project.
-
 [![Build Status](https://travis-ci.org/jelmer/dulwich.png?branch=master)](https://travis-ci.org/jelmer/dulwich)
 [![Build Status](https://travis-ci.org/jelmer/dulwich.png?branch=master)](https://travis-ci.org/jelmer/dulwich)
 
 
+This is the Dulwich project.
+
 It aims to provide an interface to git repos (both local and remote) that
 It aims to provide an interface to git repos (both local and remote) that
 doesn't call out to git directly but instead uses pure Python.
 doesn't call out to git directly but instead uses pure Python.
 
 
@@ -46,6 +46,8 @@ https://launchpad.net/~dulwich-users.
 Python3
 Python3
 -------
 -------
 
 
-The process of porting to Python3 is ongoing. Please note that although the
-test suite pass in python3, this is due to the tests of features that are not
-yet ported being skipped, and *not* an indication that the port is complete.
+The process of porting to Python3 is ongoing. At the moment most of Dulwich runs
+on Python3, with the exception of some of ``dulwich.patch`` and some of
+the C git compatibility tetsts. Relevant tests are currently being skipped on
+Python 3, and the full testsuite passing is *not* an indication that the port
+is complete.