← index #7664PR #880
Related · high · value 0.617
QUERY · ISSUE

`uasyncio.rst` and `uctypes.rst` are still named with `u` prefix

openby hlovattopened 2021-08-15updated 2021-08-16
docsextmod

In the documents library files uasyncio.rst and uctypes.rst are still named with u prefix. The other similar files have u removed, e.g. os.rst.

CANDIDATE · PULL REQUEST

all: remove u-module naming where possible

mergedby dpgeorgeopened 2024-06-12updated 2024-06-14

This changes almost all uses of "u-module" to just "module" for the following built-in modules:
- asyncio
- binascii
- collections
- errno
- io
- json
- socket
- struct
- sys
- time

There are some remaining uses of "u-module" naming, for the cases where the built-in module is extended in Python, eg python-stdlib/os uses uos.

Also, there are remaining uses of utime when non-standard (compared to CPython) functions are used, like utime.ticks_ms().

Keyboard

j / / n
next pair
k / / p
previous pair
1 / / h
show query pane
2 / / l
show candidate pane
c
copy suggested comment
r
toggle reasoning
g i
go to index
?
show this help
esc
close overlays

press ? or esc to close

copied