diff options
| author | Paul Sokolovsky | 2014-04-26 21:15:56 +0300 |
|---|---|---|
| committer | Paul Sokolovsky | 2014-04-26 21:15:56 +0300 |
| commit | 27f5bdd6d4a5653004368983ced1e9cda25d1baf (patch) | |
| tree | fb1f91aeced9f9015d0328f7165870bbad2918ad /unix | |
| parent | 100cd36a0eb45fe4afdfe0c0f7d30a664fb6d7d3 (diff) | |
py: "read" & "write" are so common that make them core.
Few other strings move to core, but make depend on "io" module.
Diffstat (limited to 'unix')
| -rw-r--r-- | unix/qstrdefsport.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/unix/qstrdefsport.h b/unix/qstrdefsport.h index f7990322e..1aaf9bd16 100644 --- a/unix/qstrdefsport.h +++ b/unix/qstrdefsport.h @@ -3,10 +3,6 @@ Q(Test) Q(fileno) -Q(read) -Q(readall) -Q(readline) -Q(write) Q(makefile) Q(FileIO) |
