Benjamin Greiner 2022-11-06 10:43:31 +00:00 committed by Git OBS Bridge
parent 4755a6c24e
commit 645b8a9f22

View File

@ -7,11 +7,6 @@ Sat Nov 5 19:43:48 UTC 2022 - Arun Persaud <arun@gmx.de>
extensions. pip did not exists when install_ext was
introduced. You can still load local extensions without installing
them. Just set your sys.path for example. :ghpull:`13744`
* IPython now have extra entry points that that the major and minor
version of python. For some of you this mean that you can do a
quick ipython3.10 to launch IPython from the Python 3.10
interpreter, while still using Python 3.11 as your main
Python. :ghpull:`13743`
* The completer matcher API have been improved. See
:ghpull:`13745`. This should improve the type inference and
improve dict keys completions in many use case. Tanks @krassowski