8000 Announce Jython 2.7.2b2 · jython/jython.github.io@fda3482 · GitHub
[go: up one dir, main page]

Skip to content

Commit fda3482

Browse files
authored
Announce Jython 2.7.2b2
Announcement in news.md, and b2 version linked to downloads page.
1 parent 501a3d4 commit fda3482

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

download.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,18 @@ For information on installing see [Installation](installation).
1111

1212
This version is supported on Java 7 and 8.
1313

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.
25+
1426
## Previous Versions
1527
Previous versions of Jython are available from:
1628
- [Jython Installer](https://search.maven.org/search?q=g:org.python%20AND%20a:jython-installer&core=gav)

news.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@ title: News
33
---
44
## News
55

6+
### Jython 2.7.2 beta (November 2019)
7+
8+
A beta release is now available for Jython 2.7.2 at [Maven Central](https://search.maven.org/search?q=g:org.python).
9+
It is tested against Java 8 and Java 11.
10+
This has been a long time in the making, as there were quite a few bugs known that we deemed it necessary to fix.
11+
12+
Notable new features include:
13+
- A "slim" JAR that may be cited in Gradle and Maven builds, so you can take control of dependencies.
14+
- Elimination (nearly everywhere) of the Java 9+
15+
[reflective access warning](https://docs.oracle.com/javase/9/migrate/#GUID-7BB28E4D-99B3-4078-BDC4-FC24180CE82B).
16+
- 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+
625
### New website (October 2018)
726
Welcome to the new Jython website. The main improvements are:
827
- 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
5978

6079
From announcement on [Frank Wierzbickis Weblog](http://fwierzbicki.blogspot.fi/2015/04/jython-27-release-candidate-3-available.html)
6180

62-
### Jython 2.7 PyCon 2015 Talk** (April 2015)
81+
### Jython 2.7 PyCon 2015 Talk (April 2015)
6382

6483
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&gt)
6584

0 commit comments

Comments
 (0)
0