[issue4653] Patch to fix typos in C code

2013-03-23 Thread Gregory P. Smith
Gregory P. Smith added the comment: the pythonrun issue had already been fixed. the others were still there (valid bugs, but were unlikely to be causing problems given the codepaths). fixed. I didn't write a Misc/NEWS entry on the commit because I didn't know how to usefully describe these m

[issue4653] Patch to fix typos in C code

2013-03-23 Thread Roundup Robot
Roundup Robot added the comment: New changeset 4db1b0bb3683 by Gregory P. Smith in branch '3.3': Fixes issue4653 - Correctly specify the buffer size to FormatMessageW and http://hg.python.org/cpython/rev/4db1b0bb3683 New changeset ace52be8da89 by Gregory P. Smith in branch 'default': Fixes issue

[issue4653] Patch to fix typos in C code

2012-04-29 Thread Mark Dickinson
Changes by Mark Dickinson : -- nosy: -mark.dickinson ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mai

[issue4653] Patch to fix typos in C code

2012-03-31 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- nosy: +storchaka ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.py

[issue4653] Patch to fix typos in C code

2011-06-12 Thread Éric Araujo
Éric Araujo added the comment: Martin would be the expert for bdist_wininst. -- nosy: +eric.araujo title: Patch to fix typos for Py3K -> Patch to fix typos in C code ___ Python tracker _