Skip to content

Commit d2e35e7

Browse files
Release 3.0.24
1 parent eda7f58 commit d2e35e7

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
11
CHANGELOG
22
=========
33

4+
3.0.24: 2023-12-13
5+
------------------
6+
7+
Fixes:
8+
- Don't show "Impossible to read config file" warnings when no config file was
9+
passed to `run_config()`.
10+
- IPython integration fixes:
11+
* Fix top-level await in IPython.
12+
* Fix IPython `DeprecationWarning`.
13+
- Output printing fixes:
14+
* Paginate exceptions if pagination is enabled.
15+
* Handle big outputs without running out of memory.
16+
- Asyncio REPL improvements:
17+
* From now on, passing `--asyncio` is required to activate the asyncio-REPL.
18+
This will ensure that an event loop is created at the start in which we can
19+
run top-level await statements.
20+
* Use `get_running_loop()` instead of `get_event_loop()`.
21+
* Better handling of `SystemExit` and control-c in the async REPL.
22+
23+
424
3.0.23: 2023-02-22
525
------------------
626

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
setup(
1212
name="ptpython",
1313
author="Jonathan Slenders",
14-
version="3.0.23",
14+
version="3.0.24",
1515
url="https://github.com/prompt-toolkit/ptpython",
1616
description="Python REPL build on top of prompt_toolkit",
1717
long_description=long_description,

0 commit comments

Comments
 (0)