mastodonien.de

social.vivaldi.net

Zeitpunkt              Nutzer    Delta   Tröts        TNR     Titel                     Version  maxTL
Sa 27.07.2024 00:00:08    51.927     +47    2.228.252    42,9 Vivaldi Social            4.2.10   1.337
Fr 26.07.2024 00:00:02    51.880     +46    2.224.342    42,9 Vivaldi Social            4.2.10   1.337
Do 25.07.2024 00:00:05    51.834     +49    2.220.915    42,8 Vivaldi Social            4.2.10   1.337
Mi 24.07.2024 00:03:03    51.785     +43    2.217.217    42,8 Vivaldi Social            4.2.10   1.337
Di 23.07.2024 00:00:29    51.742     +49    2.213.035    42,8 Vivaldi Social            4.2.10   1.337
Mo 22.07.2024 00:00:32    51.693     +27    2.209.656    42,7 Vivaldi Social            4.2.10   1.337
So 21.07.2024 00:01:00    51.666     +39    2.206.038    42,7 Vivaldi Social            4.2.10   1.337
Sa 20.07.2024 00:00:00    51.627     +15    2.202.571    42,7 Vivaldi Social            4.2.10   1.337
Fr 19.07.2024 13:57:34    51.612     +74    2.201.079    42,6 Vivaldi Social            4.2.10   1.337
Do 18.07.2024 00:02:08    51.538       0    2.196.543    42,6 Vivaldi Social            4.2.10   1.337

Sa 27.07.2024 20:37

I reported this into Twitter as twitter.com/pelavarre/status/1

Like so
=>

Python 3.12 wrongly deletes two of the classic 'help(iter)' Lines

It still does go on to mention the Iter First Form and Second Form. But it no longer defines the Iter First Form and Second Form

Go back to Python 3.11 when you need to see these defined

screenshot of light mode macOS Terminal Zsh speaking with Jun/2024 Python 3.12.4 and Oct/2023 Python 3.11.6, saying

%
% python3.12 -c 'help(iter)' |cat -
Help on built-in function iter in module builtins:

iter(...)
    Get an iterator from an object.

    In the first form, the argument must supply its own iterator, or be a sequence.
    In the second form, the callable is called until it returns the sentinel.

%
% python3.11 -c 'help(iter)' |head -7
Help on built-in function iter in module builtins:

iter(...)
    iter(iterable) -> iterator
    iter(callable, sentinel) -> iterator

    Get an iterator from an object.  In the first form, the argument must
%
% python3 -c 'help(type)' |head -5
Help on class type in module builtins:

class type(object)
 |  type(object) -> the object's type
 |  type(name, bases, dict, **kwds) -> a new type
%
%

screenshot of light mode macOS Terminal Zsh speaking with Jun/2024 Python 3.12.4 and Oct/2023 Python 3.11.6, saying % % python3.12 -c 'help(iter)' |cat - Help on built-in function iter in module builtins: iter(...) Get an iterator from an object. In the first form, the argument must supply its own iterator, or be a sequence. In the second form, the callable is called until it returns the sentinel. % % python3.11 -c 'help(iter)' |head -7 Help on built-in function iter in module builtins: iter(...) iter(iterable) -> iterator iter(callable, sentinel) -> iterator Get an iterator from an object. In the first form, the argument must % % python3 -c 'help(type)' |head -5 Help on class type in module builtins: class type(object) | type(object) -> the object's type | type(name, bases, dict, **kwds) -> a new type % %

[Öffentlich] Antw.: 0 Wtrl.: 0 Fav.: 0 · via Web

Antw. · Weiterl. · Fav. · Lesez. · Pin · Stumm · Löschen