You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So the way that the script works is by parsing the documentation of the os module and extracting every word that is comprised from only uppercase letters. So for modules like _locale, there's no public documentation (but there's for locale). So we can expand it, yes. but I think it would be better if we make it so the script will output the generated code to a separate file and we will include!(...) it, if we are planning on supporting more than one module with that script.
Also, I suggest to move those scripts to a dedicated folder called tools as we have multiple scripts that are becoming more and more standalone tools
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
There are other C-accelerated/Rust-accelerated libraries in Python besides
posixthat include oodles of constants fromlibc:_localehere and here_ntand_os(which should likely be folded into_posix, but I digress...) here_sockethereerrnohere but see here for some caveatsfnctlheremmaphereresourcehereselectheresyslogheretermiosheretime(maybe?) hereAll reactions