docs: fix references to ubinascii
This commit is contained in:
parent
9d484c4935
commit
647ff387d9
@ -1,9 +1,7 @@
|
|||||||
:mod:`ubinascii` -- binary/ASCII conversions
|
:mod:`binascii` -- binary/ASCII conversions
|
||||||
============================================
|
============================================
|
||||||
|
|
||||||
.. include:: ../templates/unsupported_in_circuitpython.inc
|
.. module:: binascii
|
||||||
|
|
||||||
.. module:: ubinascii
|
|
||||||
:synopsis: binary/ASCII conversions
|
:synopsis: binary/ASCII conversions
|
||||||
|
|
||||||
|see_cpython_module| :mod:`cpython:binascii`.
|
|see_cpython_module| :mod:`cpython:binascii`.
|
@ -20,7 +20,7 @@ Python standard libraries and micro-libraries
|
|||||||
array.rst
|
array.rst
|
||||||
gc.rst
|
gc.rst
|
||||||
sys.rst
|
sys.rst
|
||||||
ubinascii.rst
|
binascii.rst
|
||||||
ucollections.rst
|
ucollections.rst
|
||||||
uerrno.rst
|
uerrno.rst
|
||||||
uhashlib.rst
|
uhashlib.rst
|
||||||
|
@ -202,7 +202,7 @@ Methods
|
|||||||
(ssid, bssid, channel, RSSI, authmode, hidden)
|
(ssid, bssid, channel, RSSI, authmode, hidden)
|
||||||
|
|
||||||
*bssid* is hardware address of an access point, in binary form, returned as
|
*bssid* is hardware address of an access point, in binary form, returned as
|
||||||
bytes object. You can use `ubinascii.hexlify()` to convert it to ASCII form.
|
bytes object. You can use `binascii.hexlify()` to convert it to ASCII form.
|
||||||
|
|
||||||
There are five values for authmode:
|
There are five values for authmode:
|
||||||
|
|
||||||
|
@ -55,5 +55,5 @@ Methods
|
|||||||
|
|
||||||
.. method:: hash.hexdigest()
|
.. method:: hash.hexdigest()
|
||||||
|
|
||||||
This method is NOT implemented. Use ``ubinascii.hexlify(hash.digest())``
|
This method is NOT implemented. Use ``binascii.hexlify(hash.digest())``
|
||||||
to achieve a similar effect.
|
to achieve a similar effect.
|
||||||
|
@ -23,6 +23,7 @@ Module Supported Ports
|
|||||||
`analogio` **All Supported**
|
`analogio` **All Supported**
|
||||||
`audiobusio` **SAMD/SAMD Express**
|
`audiobusio` **SAMD/SAMD Express**
|
||||||
`audioio` **SAMD Express**
|
`audioio` **SAMD Express**
|
||||||
|
`binascii` **ESP8266**
|
||||||
`bitbangio` **SAMD Express, ESP8266**
|
`bitbangio` **SAMD Express, ESP8266**
|
||||||
`board` **All Supported**
|
`board` **All Supported**
|
||||||
`busio` **All Supported**
|
`busio` **All Supported**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user