Missed memoryview in the 3.0a1 column.

This commit is contained in:
Guido van Rossum 2007-10-15 17:05:13 +00:00
parent c1475cdbc1
commit 89b4ee311a
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ Python versions::
| PyString | str "" | str8 s"" | bytes b"" |
| PyBytes | N/A | bytes b"" | buffer buffer(b"") |
| PyBuffer | buffer | buffer | N/A |
| PyMemoryView | N/A | N/A | memoryview |
| PyMemoryView | N/A | memoryview | memoryview |
+--------------+-------------+------------+--------------------+
Literal Notations