File tree 1 file changed +7
-6
lines changed
1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -351,17 +351,18 @@ def get_event_loop(args):
351
351
352
352
# 8. Links
353
353
354
- Initial discussion of priority I/O scheduling [ here] ( https://github.com/micropython/micropython/issues/2664 )
354
+ Initial discussion of priority I/O scheduling [ here] ( https://github.com/micropython/micropython/issues/2664 ) .
355
355
356
- PR enabling stream device drivers to be written in Python
356
+ MicroPython PR enabling stream device drivers to be written in Python
357
357
[ PR #3836 : io.IOBase] ( https://github.com/micropython/micropython/pull/3836 ) .
358
358
Includes discussion of the read/write bug.
359
359
360
- My outstanding uasyncio PR's:
361
- [ PR #287 : fast I/O] ( https://github.com/micropython/micropython-lib/pull/287 ) and
362
- [ PR #292 : error reporting] ( https://github.com/micropython/micropython-lib/pull/292 )
360
+ My outstanding uasyncio PR's: fast I/O
361
+ [ PR #287 ] ( https://github.com/micropython/micropython-lib/pull/287 ) improved
362
+ error reporting
363
+ [ PR #292 ] ( https://github.com/micropython/micropython-lib/pull/292 ) .
363
364
364
- This caught my attention as worthwhile :
365
+ This caught my attention for usefulness and compliance with CPython :
365
366
[ PR #270 ] ( https://github.com/micropython/micropython-lib/pull/270 ) .
366
367
367
368
###### [ Main README] ( ./README.md )
You can’t perform that action at this time.
0 commit comments