Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
27f5bdd6
Commit
27f5bdd6
authored
Apr 26, 2014
by
Paul Sokolovsky
Browse files
py: "read" & "write" are so common that make them core.
Few other strings move to core, but make depend on "io" module.
parent
100cd36a
Changes
2
Hide whitespace changes
Inline
Side-by-side
py/qstrdefs.h
View file @
27f5bdd6
...
...
@@ -138,6 +138,7 @@ Q(path)
Q
(
pow
)
Q
(
print
)
Q
(
range
)
Q
(
read
)
Q
(
repr
)
Q
(
set
)
Q
(
sorted
)
...
...
@@ -150,6 +151,7 @@ Q(to_bytes)
Q
(
tuple
)
Q
(
type
)
Q
(
value
)
Q
(
write
)
Q
(
zip
)
Q
(
sep
)
...
...
@@ -309,6 +311,8 @@ Q(unpack)
#if MICROPY_ENABLE_MOD_IO
Q
(
io
)
Q
(
readall
)
Q
(
readline
)
Q
(
StringIO
)
Q
(
BytesIO
)
Q
(
getvalue
)
...
...
unix/qstrdefsport.h
View file @
27f5bdd6
...
...
@@ -3,10 +3,6 @@
Q
(
Test
)
Q
(
fileno
)
Q
(
read
)
Q
(
readall
)
Q
(
readline
)
Q
(
write
)
Q
(
makefile
)
Q
(
FileIO
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment