You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: download.md
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,18 @@ For information on installing see [Installation](installation).
11
11
12
12
This version is supported on Java 7 and 8.
13
13
14
+
## Current Beta Version
15
+
A beta version is available (Jython 2.7.2b2).
16
+
It can be downloaded here:
17
+
-[Jython Installer](http://search.maven.org/remotecontent?filepath=org/python/jython-installer/2.7.2b2/jython-installer-2.7.2b2.jar) - Use this to install Jython.
18
+
-[Jython Standalone](http://search.maven.org/remotecontent?filepath=org/python/jython-standalone/2.7.2b2/jython-standalone-2.7.2b2.jar) - Use this to run Jython without installing or to embed Jython in a Java application.
19
+
- (Considered experimental) You may cite Jython 2.7.2b2 as a
20
+
[dependency in your Maven or Gradle build](https://search.maven.org/artifact/org.python/jython-slim/2.7.2b2/jar).
21
+
22
+
For information on installing see [Installation](installation).
23
+
24
+
This version is supported on Java 8 (minimum) and 11.
- Much improved support for `locale`, when you opt in via the property `python.locale.control=settable`.
17
+
- Console messages are now produced via `java.util.logging` and the `org.python` name space for you to manage.
18
+
- Jython command options are now closer to the CPython equivalent.
19
+
20
+
Numerous instances are corrected where we mis-handled the encoding of file, user and host names,
21
+
which has been a frequent problem for users where ASCII won't do.
22
+
Many more fixed bugs are listed in [NEWS](https://github.com/jythontools/jython/blob/v2.7.2b2/NEWS).
23
+
24
+
6
25
### New website (October 2018)
7
26
Welcome to the new Jython website. The main improvements are:
8
27
- Redesign to fit the modern web, e.g. mobile responsive
@@ -59,7 +78,7 @@ To see all of the files available including checksums, go here and navigate to t
59
78
60
79
From announcement on [Frank Wierzbickis Weblog](http://fwierzbicki.blogspot.fi/2015/04/jython-27-release-candidate-3-available.html)
61
80
62
-
### Jython 2.7 PyCon 2015 Talk** (April 2015)
81
+
### Jython 2.7 PyCon 2015 Talk (April 2015)
63
82
64
83
Jim Baker gave a talk at PyCon 2015 in Montreal about how we got to Jython 2.7 and what's coming next. [Watch the video here](https://www.youtube.com/watch?v=hLm3garVQFo>)
0 commit comments