bpython 0.22.1-1ubuntu1 source package in Ubuntu

Changelog

bpython (0.22.1-1ubuntu1) jammy; urgency=medium

  * d/p/py3.10.1-tests.patch: upstream cherry-pick to fix autopkgtests against
    python3.10 as default

 -- Simon Chopin <email address hidden>  Fri, 28 Jan 2022 10:54:25 +0100

Upload details

Uploaded by:
Simon Chopin
Uploaded to:
Jammy
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
bpython_0.22.1.orig.tar.gz 212.2 KiB 1fb1e0a52332579fc4e3dcf75e21796af67aae2be460179ecfcce9530a49a200
bpython_0.22.1-1ubuntu1.debian.tar.xz 9.0 KiB cff12020355da57874d435b29d877fe43bc76e8ba237e23222efc8174d3b2dc1
bpython_0.22.1-1ubuntu1.dsc 2.0 KiB f1e87a782222d5887d7a5e548fe7c6b8b5cd5c11c0165bb139c6e3ff8a1628ac

View changes file

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.