- The jython command respects the PYTHONDONTWRITEBYTECODE environment
variable ([GH-128](https://github.com/jython/jython/issues/128)).
Under PR GH-101, the matching of sequence arguments to the parameters of
Java methods is improved (and in constructors under GH-201). A Java
varargs parameter does not match a final sequence in the call if an array
parameter could do so. (Thanks Peter Holloway.)
array.array itemsize of unsigned types is now the same as their signed
counterparts, where previously it was mostly double. Internal
representations have changed. Anomalies have been eliminated between
itemsize and the serialisation (tostring() etc.) for unsigned types, and
in the range of values accepted in different contexts. The size of type
'u' (unicode character) is 4 on all platforms. Client code that was
working around these anomalies may have to change. Overall, the
experience should be closer to that with CPython.
We no longer aspire to compile Jython with Java 7. (We may use Java 8
features.)
The project has moved its home to GitHub (twice), and invites issue
reports there (not at bugs.jython.org).
Jython 2.7.3
The release is the same as the rc1 (apart from the version number).
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps org.python:jython-standalone from 2.7.2 to 2.7.3.
Changelog
Sourced from org.python:jython-standalone's changelog.
... (truncated)
Commits
5f29801
Prepare for 2.7.3 final release.30802dc
Prepare for work on 2.7.3rc2.63359da
Prepare for 2.7.3rc1 release.f17fc25
Support vararg constructors (#201)98953f7
Prepare for work on v2.7.3b2.da3bfb3
Prepare for 2.7.3b1 release.257d6cb
Use language-neutral locale to infer Python class name87f92b8
Support "from future import print_function" interactively (bjo 2007)26731ea
Cache strings in imp to avoid repeat FS decodec611f52
Validate path before constructing a SyspathArchiveDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show