[Python-checkins] peps: Protocol 4 has number four in its header

antoine.pitrou python-checkins at python.org
Fri Apr 26 23:10:58 CEST 2013


http://hg.python.org/peps/rev/0e06e5907171
changeset:   4860:0e06e5907171
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Fri Apr 26 23:10:52 2013 +0200
summary:
  Protocol 4 has number four in its header

files:
  pep-3154.txt |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/pep-3154.txt b/pep-3154.txt
--- a/pep-3154.txt
+++ b/pep-3154.txt
@@ -57,7 +57,7 @@
 of a pickle is thus the following::
 
     +------+------+
-    | 0x80 | 0x03 |  protocol header (2 bytes)
+    | 0x80 | 0x04 |  protocol header (2 bytes)
     +------+------+-----------+
     | AA BB CC DD EE FF GG HH |  frame size (8 bytes, little-endian)
     +------+------------------+

-- 
Repository URL: http://hg.python.org/peps


More information about the Python-checkins mailing list