Skip to content

Commit def4f8e

Browse files
authored
Make clear the status of the repo in README.md
1 parent 5b4dc2d commit def4f8e

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

README.md

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,23 @@
1-
Jython: Python for the Java Platform
1+
This is not where Jython 3 is developing.
22

3-
Welcome to Jython 3.5!
3+
The latest version of Jython remains 2.7.x
4+
(see [Jython](https://github.com/jython/jython) for that).
5+
A Jython 3.x should appear there,
6+
but exploratory work towards it is not stable at the time of writing.
7+
Please watch the jython-dev mailing list for developements.
48

5-
This repo is in the very early stages of development of a release of
6-
Jython 3.5. Planned goals are language and runtime compatibility with
9+
This repo represents an attempt made in 2016 to implement a Jython 3.5,
10+
that is, with language and runtime compatibility with
711
CPython 3.5, along with continued substantial support of the Python
812
ecosystem.
13+
It is a sandbox for that venture.
14+
This code having branched from an early 2.7,
15+
the architecture is that of Jython 2,
16+
without taking advantage of the (then fairly new) dynamic language support.
17+
It has not been updated with subsequent bug-fixes made on Jython 2.7,
18+
and there is no plan to to do so.
919

1020
Please see ACKNOWLEDGMENTS for details about Jython's copyright,
1121
license, contributors, and mailing lists; and NEWS for detailed
1222
release notes, including bugs fixed, backwards breaking changes, and
1323
new features.
14-
15-
16-
TODO:
17-
18-
1. Subclass PyString to BaseBytes class, so that it can share most behaviour with
19-
bytearray, rename to PyBytes
20-
21-
2. Replace most occurrance of PyString with PyUnicode, which are used as string
22-
before.

0 commit comments

Comments
 (0)