Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
5125908d
Commit
5125908d
authored
Jan 26, 1994
by
Guido van Rossum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Amrit Prem
parent
2a7cbe9a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
Misc/ACKS
Misc/ACKS
+1
-1
Misc/NEWS
Misc/NEWS
+3
-3
No files found.
Misc/ACKS
View file @
5125908d
...
...
@@ -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
...
...
Misc/NEWS
View file @
5125908d
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment