Path to this page:
Subject: CVS commit: pkgsrc/devel/py-prompt_toolkit
From: Adam Ciarcinski
Date: 2023-07-05 14:04:13
Message id: 20230705120414.09D9FFA89@cvs.NetBSD.org
Log Message:
py-prompt_toolkit: updated to 3.0.39
3.0.39: 2023-07-04
------------------
Fixes:
- Fix `RuntimeError` when `__breakpointhook__` is called from another thread.
- Fix memory leak in filters usage.
- Ensure that key bindings are handled in the right context (when using
contextvars).
New features:
- Accept `in_thread` keyword in `prompt_toolkit.shortcuts.prompt()`.
- Support the `NO_COLOR` environment variable.
Files: