summaryrefslogtreecommitdiffstats
path: root/Misc/HISTORY
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-06-24 06:42:05 (GMT)
committerGeorg Brandl <georg@python.org>2009-06-24 06:42:05 (GMT)
commiteeb575f3290802bb542ad5f7442822586c8c08cf (patch)
tree6ccf7571be9a190435ab7ff69c5556c75b3e5407 /Misc/HISTORY
parentbbcd1eb64c3a6575b6e0a74d8e4979aa96177e90 (diff)
downloadcpython-eeb575f3290802bb542ad5f7442822586c8c08cf.zip
cpython-eeb575f3290802bb542ad5f7442822586c8c08cf.tar.gz
cpython-eeb575f3290802bb542ad5f7442822586c8c08cf.tar.bz2
Merged revisions 73544 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r73544 | georg.brandl | 2009-06-24 06:41:19 +0000 (Mi, 24 Jun 2009) | 1 line #6332: fix word dupes throughout the source. ........
Diffstat (limited to 'Misc/HISTORY')
-rw-r--r--Misc/HISTORY6
1 files changed, 3 insertions, 3 deletions
diff --git a/Misc/HISTORY b/Misc/HISTORY
index 2b76831..b2d3fba 100644
--- a/Misc/HISTORY
+++ b/Misc/HISTORY
@@ -17569,7 +17569,7 @@ people seemed not to have picked it up. There's a Python script that
fixes old code: demo/scripts/classfix.py.
* There's a new reserved word: "access". The syntax and semantics are
-still subject of of research and debate (as well as undocumented), but
+still subject of research and debate (as well as undocumented), but
the parser knows about the keyword so you must not use it as a
variable, function, or attribute name.
@@ -17819,7 +17819,7 @@ you could get away with the following:
(a) define a function of one argument and call it with any
number of arguments; if the actual argument count wasn't
one, the function would receive a tuple containing the
- arguments arguments (an empty tuple if there were none).
+ arguments (an empty tuple if there were none).
(b) define a function of two arguments, and call it with more
than two arguments; if there were more than two arguments,
@@ -18141,7 +18141,7 @@ Changes to the source code that affect C extension writers
----------------------------------------------------------
The function strdup() no longer exists (it was used only in one places
-and is somewhat of a a portability problem sice some systems have the
+and is somewhat of a portability problem since some systems have the
same function in their C library.
The functions NEW() and RENEW() allocate one spare byte to guard