Skip to content

Commit dfcb68e

Browse files
committed
UNDER_THE_HOOD.md: add links section.
1 parent 2b96274 commit dfcb68e

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

UNDER_THE_HOOD.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -351,17 +351,18 @@ def get_event_loop(args):
351351

352352
# 8. Links
353353

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).
355355

356-
PR enabling stream device drivers to be written in Python
356+
MicroPython PR enabling stream device drivers to be written in Python
357357
[PR #3836: io.IOBase](https://github.com/micropython/micropython/pull/3836).
358358
Includes discussion of the read/write bug.
359359

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).
363364

364-
This caught my attention as worthwhile:
365+
This caught my attention for usefulness and compliance with CPython:
365366
[PR #270](https://github.com/micropython/micropython-lib/pull/270).
366367

367368
###### [Main README](./README.md)

0 commit comments

Comments
 (0)