alex / alex/bagel

Think comprehensively about system utility APIs

オープン
#62 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
language-design libraries
主要言語
Python
スター
21
フォーク
1
PR マージ指標
30日以内にマージされた PR はありません

説明

This is some feedback I've heard half a dozen times this week at Python Brasil: Python's system utility APIs are in too many places, and do not have any sort of conceptual integrity, to wit: `os`, `os.path`, `pathlib`, `shutil`, `subprocess`, `fileinput`, `stat`, `glob`, `platform`, `errno` (to say nothing of their 3rd party alternatives) all appear to perform a partial, confusing, and inconsisten portion of what we might think of as system-scripting utilities.

Some specific ideas:
- `Path` object abstraction from the beginning. _All_ path operations go through it, no ridiculous family of functions that take strings.
- One process spawning API, no `fork()`/`exec`.

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。