We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecf1121 commit a12f9b9Copy full SHA for a12f9b9
docs/stdlib_incompatibilities.rst
@@ -57,6 +57,9 @@ You can use the following code on both Python 3 and Python 2::
57
58
a = array.array(bytes_to_native_str(b'b'))
59
60
+This was `fixed in Python 2.7.11
61
+<https://hg.python.org/cpython/file/6d1b6a68f775/Misc/NEWS#l233>`_.
62
+Since then, ``array.array()`` now also accepts unicode format typecode.
63
64
.. _stdlib-array-read:
65
0 commit comments