bpython 0.21-3ubuntu1 source package in Ubuntu

Changelog

bpython (0.21-3ubuntu1) impish; urgency=medium

  * d/p/0001-Handle-OSError-from-stat.patch: cherry-picked from upstream
    to fix crash. LP: #1941709

 -- Simon Chopin <email address hidden>  Thu, 26 Aug 2021 09:57:00 +0200

Upload details

Uploaded by:
Simon Chopin
Sponsored by:
Brian Murray
Uploaded to:
Impish
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Impish: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
bpython_0.21.orig.tar.gz 203.3 KiB 88aa9b89974f6a7726499a2608fa7ded216d84c69e78114ab2ef996a45709487
bpython_0.21-3ubuntu1.debian.tar.xz 8.8 KiB 942bb0c467a017fd08b5b1854a703ebdf00e5a84074fff57c29254cda1d596e2
bpython_0.21-3ubuntu1.dsc 2.2 KiB 66390bc0c9d61f8f34d7efbbc6d609148f2da834da773db0a40de60e3147ed66

Available diffs

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.

bpython3: No summary available for bpython3 in ubuntu impish.

No description available for bpython3 in ubuntu impish.