diff options
author | Raymond Hettinger <python@rcn.com> | 2004-12-20 23:51:53 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2004-12-20 23:51:53 (GMT) |
commit | 6065d3232520b52f5196c31738dcbfb355ee9a4c (patch) | |
tree | 0edcc1c71bd514598c29e95f69304c0874f4d76f /Misc | |
parent | 2ccea1785603ad35a05f75f40e9dc7fc82caa346 (diff) | |
download | cpython-6065d3232520b52f5196c31738dcbfb355ee9a4c.zip cpython-6065d3232520b52f5196c31738dcbfb355ee9a4c.tar.gz cpython-6065d3232520b52f5196c31738dcbfb355ee9a4c.tar.bz2 |
SF bug #951915: fix bug in StringIO.truncate - length not changed
(Patch by Armin Rigo.)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -30,6 +30,9 @@ Extension Modules Library ------- +- StringIO.truncate() now correctly adjusts the size attribute. + (Bug #951915). + - locale.py now uses an updated locale alias table (built using Tools/i18n/makelocalealias.py, a tool to parse the X11 locale alias file); the encoding lookup was enhanced to use Python's |