summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1994-01-26 18:20:06 (GMT)
committerGuido van Rossum <guido@python.org>1994-01-26 18:20:06 (GMT)
commit5125908d2b0f872d363b4164d62180398f76839e (patch)
tree8c0a3acd05fcf4c343373409bac146c7e1692979 /Misc
parent2a7cbe9ae75e6eed295f1d6f54eea414e1060378 (diff)
downloadcpython-5125908d2b0f872d363b4164d62180398f76839e.zip
cpython-5125908d2b0f872d363b4164d62180398f76839e.tar.gz
cpython-5125908d2b0f872d363b4164d62180398f76839e.tar.bz2
Amrit Prem
Diffstat (limited to 'Misc')
-rw-r--r--Misc/ACKS2
-rw-r--r--Misc/NEWS6
2 files changed, 4 insertions, 4 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index fc922b7..16e2976 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -8,7 +8,6 @@ Without you I would've stopped working on Python long ago!
--Guido
-Amrit
Mark Anacker
Anthony Baxter
Donald Beaudry
@@ -48,6 +47,7 @@ Randy Pausch
Marcel van der Peijl
Steven Pemberton
Tim Peters
+Amrit Prem
John Redford
Timothy Roscoe
Kevin Samborn
diff --git a/Misc/NEWS b/Misc/NEWS
index d5f4973..e2084a7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -87,7 +87,7 @@ Syntax
* Strings may now be enclosed in double quotes as well as in single
quotes. There is no difference in interpretation. The repr() of
string objects will use double quotes if the string contains a single
-quote and no double quotes. Thanks to Amrit for these changes!
+quote and no double quotes. Thanks to Amrit Prem for these changes!
* There is a new keyword 'exec'. This replaces the exec() built-in
function. If a function contains an exec statement, local variable
@@ -106,7 +106,7 @@ you can just as well define a local function using
def some_temporary_name(<parameters>): return <expression>
Lambda expressions are particularly useful in combination with map(),
-filter() and reduce(), described below. Thanks to Amrit for
+filter() and reduce(), described below. Thanks to Amrit Prem for
submitting this code (as well as map(), filter(), reduce() and
xrange())!
@@ -235,7 +235,7 @@ module can't be decoded by the new version.
as leaving the timeout argument out.
* Module strop (and hence standard library module string) has aquired
-a new function: rindex(). Thanks to Amrit!
+a new function: rindex(). Thanks to Amrit Prem!
* Module regex defines a new function symcomp() which uses an extended
regular expression syntax: parenthesized subexpressions may be labeled