14
0

- update to 3.0.29:

* Further improve performance of dictionary completions.
  * Custom 'exit' function to return from REPL that
  * doesn't terminate `sys.stdin` when `exit` is called
    (important for `embed()`).
  * doesn't require to be called with parentheses.
  * Clean up signatures on control-c.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ptpython?expand=0&rev=32
This commit is contained in:
2024-08-31 12:09:21 +00:00
committed by Git OBS Bridge
parent cd3fd7860e
commit 26eb0c5410
4 changed files with 15 additions and 4 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sat Aug 31 12:08:45 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 3.0.29:
* Further improve performance of dictionary completions.
* Custom 'exit' function to return from REPL that
* doesn't terminate `sys.stdin` when `exit` is called
(important for `embed()`).
* doesn't require to be called with parentheses.
* Clean up signatures on control-c.
-------------------------------------------------------------------
Thu Jun 6 19:39:14 UTC 2024 - Dirk Müller <dmueller@suse.com>