summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorWalter Dörwald <walter@livinglogic.de>2005-10-09 19:38:21 (GMT)
committerWalter Dörwald <walter@livinglogic.de>2005-10-09 19:38:21 (GMT)
commita05834e59ca138b8e07360e996409596d9e0163a (patch)
tree361b7556ac27eda5b654e88581f5f300f5255272 /Misc/NEWS
parent6611a8b0dc33577275fa3fed3c3aa91227628027 (diff)
downloadcpython-a05834e59ca138b8e07360e996409596d9e0163a.zip
cpython-a05834e59ca138b8e07360e996409596d9e0163a.tar.gz
cpython-a05834e59ca138b8e07360e996409596d9e0163a.tar.bz2
Remove trailing spaces.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c6f35e3..4f134e1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -194,7 +194,7 @@ Extension Modules
- Bug #728515: mmap.resize() now resizes the file on Unix as it did
on Windows.
-- Patch #1180695: Add nanosecond stat resolution, and st_gen,
+- Patch #1180695: Add nanosecond stat resolution, and st_gen,
st_birthtime for FreeBSD.
- Patch #1231069: The fcntl.ioctl function now uses the 'I' code for
@@ -256,7 +256,7 @@ Library
- Patch #754022: Greatly enhanced webbrowser.py (by Oleg Broytmann).
-- Bug #729103: pydoc.py: Fix docother() method to accept additional
+- Bug #729103: pydoc.py: Fix docother() method to accept additional
"parent" argument.
- Patch #1300515: xdrlib.py: Fix pack_fstring() to really use null bytes
@@ -293,7 +293,7 @@ Library
- Bug #1178484: Return complete lines from codec stream readers
even if there is an exception in later lines, resulting in
- correct line numbers for decoding errors in source code.
+ correct line numbers for decoding errors in source code.
- Bug #1192315: Disallow negative arguments to clear() in pdb.