mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
Use Python 3 instead of 3.0.
This commit is contained in:
parent
e5d3bc4700
commit
510ff54324
76 changed files with 125 additions and 125 deletions
|
@ -8,7 +8,7 @@ Old Buffer Protocol
|
|||
|
||||
This section describes the legacy buffer protocol, which has been introduced
|
||||
in Python 1.6. It is still supported but deprecated in the Python 2.x series.
|
||||
Python 3.0 introduces a new buffer protocol which fixes weaknesses and
|
||||
Python 3 introduces a new buffer protocol which fixes weaknesses and
|
||||
shortcomings of the protocol, and has been backported to Python 2.6. See
|
||||
:ref:`bufferobjects` for more information.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue