We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This meta-issue will be used to track and prioritize all requests for implementing parts of Python's extensive standard library:
sys.argv
str.format
re
Int.sqrt
UInt.sqrt
bytearray
socket
threading
struct
frozenset
csv
typing
from typing import Self
os
os.environ.setdefault
The text was updated successfully, but these errors were encountered:
Can't wait for next release :)
Sorry, something went wrong.
arshajii
inumanag
No branches or pull requests
This meta-issue will be used to track and prioritize all requests for implementing parts of Python's extensive standard library:
Missing methods
sys.argv
(PyError: module 'sys' has no attribute 'argv' #184)str.format
(String format not supported #209)re
compatibility with Python (re.compile() cannot identify operator "(?<" #254)Int.sqrt
andUInt.sqrt
(sqrt of Int and UInt types #459)Missing modules
bytearray
(error: name 'bytearray' is not defined #177)socket
(Websocket library compilable by codon #200)threading
(from threading import Thread gives Error #430)struct
(Llama running in Codon. Needed Codon file/struct support. #490)frozenset
(frozen sets #494)csv
(random.codon:263:13-16: error: name 'INF' is not defined #497)typing
(from typing import Self
not supported #507)os
(cannot import name “path” from “os.__init__” #572,os.environ.setdefault
does not work #583)Missing major ecosystem packages
The text was updated successfully, but these errors were encountered: