Actions: python/cpython
Actions
5,128 workflow runs
5,128 workflow runs
zoneinfo.available_timezones()
emits EncodingWarning
on python 3.11+ iff tzdata
is installed and -X warn_default_encoding
is used
Add issue header
#9172:
Issue #137841
opened
by
tybug
_json
to Argument Clinic
Add issue header
#9165:
Issue #137821
opened
by
AA-Turner
test_fstring.py
with Python3.13.6 and 3.13.7 fails, 3.13.5 and 3.13.4 o.k.
Add issue header
#9164:
Issue #137820
opened
by
Kadelka
__annotate__
functions generated by CPython for class methods have an incorrect __qualname__
Add issue header
#9161:
Issue #137814
opened
by
DavidCEllis
print()
doesn't accept the double starred expression *v
and f-strings
doesn't accept the single and double starred expression *v
and **v
Add issue header
#9158:
Issue #137799
opened
by
hyperkai
*args
as the 1st or middle parameter and passing more arguments than parameters should make *args
get the rest of arguments
Add issue header
#9154:
Issue #137788
opened
by
hyperkai
def func(*args='Hello'): pass
and def func(**kwargs='Hello'): pass
should explain more clearly
Add issue header
#9153:
Issue #137786
opened
by
hyperkai
parameter
should also explain required parameter
and optional parameter
in addition to the 5 parameters
Add issue header
#9152:
Issue #137785
opened
by
hyperkai