micropython/unix
Paul Sokolovsky ac2f7a7f6a objstr: Add .splitlines() method.
splitlines() occurs ~179 times in CPython3 standard library, so was
deemed worthy to implement. The method has subtle semantic differences
from just .split("\n"). It is also defined as working for any end-of-line
combination, but this is currently not implemented - it works only with
LF line-endings (which should be OK for text strings on any platforms,
but not OK for bytes).
2015-04-04 00:09:48 +03:00
..
.gitignore
Makefile
alloc.c
file.c
gccollect.c
input.c
input.h
main.c
modffi.c
modos.c
modsocket.c
modtermios.c
modtime.c
mpconfigport.h objstr: Add .splitlines() method. 2015-04-04 00:09:48 +03:00
mpconfigport.mk
mpconfigport_fast.h
mpconfigport_minimal.h
qstrdefsport.h