[Jython-checkins] jython: Tweaks to README

jeff.allen jython-checkins at python.org
Sun Sep 22 16:37:16 EDT 2019


https://hg.python.org/jython/rev/8bae3f72712d
changeset:   8299:8bae3f72712d
user:        Jeff Allen <ja.py at farowl.co.uk>
date:        Sat Sep 21 20:39:18 2019 +0100
summary:
  Tweaks to README

files:
  README.txt |  36 ++++++++++++++++++++----------------
  1 files changed, 20 insertions(+), 16 deletions(-)


diff --git a/README.txt b/README.txt
--- a/README.txt
+++ b/README.txt
@@ -1,8 +1,9 @@
 Jython: Python for the Java Platform
+------------------------------------
 
 Welcome to Jython @jython.version at .
 @snapshot.banner@
-This is @readme.release@ release of the @jython.version.short@ version of Jython.
+This is @readme.release@ release of version @jython.version.short@ of Jython.
 
 Along with language and runtime compatibility with CPython 2.7, Jython 2.7
 provides substantial support of the Python ecosystem. This includes built-in
@@ -15,24 +16,27 @@
 This release was compiled on @os.name@ using @java.vendor@ Java
 version @java.version@ and requires a minimum of Java @jdk.target.version@ to run.
 
-You can test your installation of Jython (not the standalone jar) by
-running the regression tests, with the command:
-
-jython -m test.regrtest -e
-
-The regression tests can take about forty minutes. At the time of writing,
-these tests are known to fail:
-    test___all__
-    test_java_visibility
-    test_jy_internals
-    test_pep277
-    test_ssl_jy
-Please report other bugs at http://bugs.jython.org .
-
 See ACKNOWLEDGMENTS for details about Jython's copyright, license,
 contributors, and mailing lists; and NEWS for detailed release notes,
 including bugs fixed, backwards breaking changes, and new features.
 
 The developers extend their thanks to all who contributed to this release
 of Jython, through bug reports, patches, pull requests, documentation
-changes, email and conversation in any media.
+changes, email and conversation in any media. We are grateful to the PSF for
+continuing practical help and support to the project.
+
+Testing
+-------
+You can test your installation of Jython (not the standalone jar) by
+running the regression tests, with the command:
+
+jython -m test.regrtest -e
+
+The regression tests can take about fifty minutes. At the time of writing,
+these tests are known to fail (spuriously) on an installed Jython:
+    test___all__
+    test_java_visibility
+    test_jy_internals
+    test_ssl_jy
+Please report reproducible failures at http://bugs.jython.org .
+

-- 
Repository URL: https://hg.python.org/jython


More information about the Jython-checkins mailing list