|
1 |
| -Jython: Python for the Java Platform |
| 1 | +This is not where Jython 3 is developing. |
2 | 2 |
|
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. |
4 | 8 |
|
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 |
7 | 11 | CPython 3.5, along with continued substantial support of the Python
|
8 | 12 | 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. |
9 | 19 |
|
10 | 20 | Please see ACKNOWLEDGMENTS for details about Jython's copyright,
|
11 | 21 | license, contributors, and mailing lists; and NEWS for detailed
|
12 | 22 | release notes, including bugs fixed, backwards breaking changes, and
|
13 | 23 | 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