[Python-checkins] peps: We could overlap or cross boundaries, but let's straddle them instead.

antoine.pitrou python-checkins at python.org
Fri Apr 26 23:19:01 CEST 2013


http://hg.python.org/peps/rev/96338fd72442
changeset:   4863:96338fd72442
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Fri Apr 26 23:18:25 2013 +0200
summary:
  We could overlap or cross boundaries, but let's straddle them instead.

(dedicated to Larry)

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
@@ -70,7 +70,7 @@
       etc.
 
 To keep the implementation simple, it is forbidden for a pickle opcode
-to overlap frame boundaries.  The pickler takes care not to produce such
+to straddle frame boundaries.  The pickler takes care not to produce such
 pickles, and the unpickler refuses them.  Also, there is no "last frame"
 marker.  The last frame is simply the one which ends with a STOP opcode.
 

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


More information about the Python-checkins mailing list