forked from pool/python-ptpython
- 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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user