bpython 0.24-1 source package in Ubuntu
Changelog
bpython (0.24-1) unstable; urgency=medium * New upstream version 0.24 - Add support for Python 3.11 (Closes: #1028443) * debian/control: Bump Standards-Version -- Sebastian Ramacher <email address hidden> Wed, 18 Jan 2023 19:07:55 +0100
Upload details
- Uploaded by:
- Sebastian Ramacher
- Uploaded to:
- Sid
- Original maintainer:
- Sebastian Ramacher
- Architectures:
- all
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | universe | devel | |
Lunar | release | universe | devel |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
bpython_0.24-1.dsc | 2.0 KiB | 1eb3558d0fe4d6ec5a37f44393f2e4552f1ae74ee45887e6061297cdb2deac9e |
bpython_0.24.orig.tar.gz | 217.7 KiB | 98736ffd7a8c48fd2bfb53d898a475f4241bde0b672125706af04d9d08fd3dbd |
bpython_0.24-1.debian.tar.xz | 8.5 KiB | ea36d17896833d8e838c055e1167f964c3a5a95c1c559850de41db935b11abca |
Available diffs
- diff from 0.23-1 to 0.24-1 (10.7 KiB)
No changes file available.
Binary packages built by this source
- bpython: fancy interface to the Python 3 interpreter
bpython is a fancy interface to the Python interpreter, and has the
following features:
.
* In-line syntax highlighting.
* Readline-like autocomplete with suggestions displayed as you type
* Expected parameter list for any Python function. Uses pydoc to attempt to
divine params for C functions.
* "Rewind" function to pop the last line of code from memory and re-evaluate.
Note: this is only really useful when laying out classes and functions,
since a true "undo" function is impossible, so be careful when using this.
* Send the code you've entered off to a pastebin and display the pastebin URL
for copying, etc.
* Save the code you've entered to a file.
* Auto-indentation.
* Anti-Crash Mode.
.
This package contains bpython for Python 3.