diff options
author | Sean Reifscheider <jafo@tummy.com> | 2007-09-17 17:55:36 +0000 |
---|---|---|
committer | Sean Reifscheider <jafo@tummy.com> | 2007-09-17 17:55:36 +0000 |
commit | 54cf12b625397ff52e30efd9b14f0b61edfdfd9d (patch) | |
tree | 98eb3de7701e05ae46d4fa16e4c357a162e8a9fc /Misc/HISTORY | |
parent | a5b8e04bd572099095fbf6b32dadde637b6e6f7b (diff) | |
download | cpython-git-54cf12b625397ff52e30efd9b14f0b61edfdfd9d.tar.gz |
Fixing the spelling of "writeable" to "writable", particularly PyBUF_WRITEABLE.
Diffstat (limited to 'Misc/HISTORY')
-rw-r--r-- | Misc/HISTORY | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/HISTORY b/Misc/HISTORY index 7ab7e37076..5ae7dd423c 100644 --- a/Misc/HISTORY +++ b/Misc/HISTORY @@ -403,7 +403,7 @@ Extension modules - os.urandom has been added for systems that support sources of random data. -- Patch 1012740: truncate() on a writeable cStringIO now resets the +- Patch 1012740: truncate() on a writable cStringIO now resets the position to the end of the stream. This is consistent with the original StringIO module and avoids inadvertently resurrecting data that was supposed to have been truncated away. |