[issue18399] Fix grammar in comment in python.c

2013-07-10 Thread R. David Murray
R. David Murray added the comment: Thanks, Andrew. -- nosy: +r.david.murray resolution: -> fixed stage: -> committed/rejected status: open -> closed versions: +Python 3.3 ___ Python tracker __

[issue18399] Fix grammar in comment in python.c

2013-07-10 Thread Roundup Robot
Roundup Robot added the comment: New changeset c02656962b9c by R David Murray in branch '3.3': #18399: fix comment typo. http://hg.python.org/cpython/rev/c02656962b9c New changeset b583fd54c8d6 by R David Murray in branch 'default': Merge: #18399: fix comment typo. http://hg.python.org/cpython/r

[issue18399] Fix grammar in comment in python.c

2013-07-07 Thread Andrew Rowe
New submission from Andrew Rowe: diff -r 65f2c92ed079 Modules/python.c --- a/Modules/python.c Sun Jul 07 23:30:24 2013 +0200 +++ b/Modules/python.c Mon Jul 08 10:46:30 2013 +1000 @@ -19,7 +19,7 @@ main(int argc, char **argv) { wchar_t **argv_copy; -/* We need a second copies, as Pyth