Actions: python/cpython
Actions
4,202 workflow run results
4,202 workflow run results
bytes.isalnum()
and bytearray.isalnum()
should say alphabetic ASCII characters and/or ASCII decimal digits
Add issue header
#8982:
Issue #137267
opened
by
hyperkai
str.isalnum()
should say alphanumeric(alphabetic and/or numeric)
which is more clear
Add issue header
#8981:
Issue #137266
opened
by
hyperkai
str.isalnum()
should only say c.isalpha()
and c.isnumeric()
without c.isdecimal()
and c.isdigit()
Add issue header
#8980:
Issue #137262
opened
by
hyperkai
bytes.translate()
and bytearray.translate()
should also say bytearray.maketrans()
Add issue header
#8979:
Issue #137259
opened
by
hyperkai
--logdir
option to Tools/wasm/wasi
Add issue header
#8976:
Issue #137248
opened
by
brettcannon
Tools/wasm/wasi
look for extracted tarball installs of the WASI SDK
Add issue header
#8975:
Issue #137243
opened
by
brettcannon
bytes.maketrans()
and bytearray.maketrans()
should also say bytearray.translate()
Add issue header
#8970:
Issue #137235
opened
by
hyperkai
bytearray.maketrans()
returns a bytes
type value instead of a bytearray
type value
Add issue header
#8969:
Issue #137234
opened
by
hyperkai
musllinux
x86_64
Add issue header
#8966:
Issue #137231
opened
by
neutrinoceros
_pyrepl
with low value for JUMP_BACKWARD_INITIAL_VALUE
Add issue header
#8961:
Issue #137218
opened
by
devdanzin