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.
2 parents a254f06 + a12f9b9 commit de53e56Copy full SHA for de53e56
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