diff options
author | Giampaolo Rodola' <g.rodola@gmail.com> | 2011-11-22 12:37:58 (GMT) |
---|---|---|
committer | Giampaolo Rodola' <g.rodola@gmail.com> | 2011-11-22 12:37:58 (GMT) |
commit | bc7ea5872b0d6a1b5942260445fc768f8139c1b0 (patch) | |
tree | 5e64592eadb7b0a86d56e454304881040fe78048 /Misc | |
parent | be55d99b3d0d289b2948fdcb6c8aa975687476d5 (diff) | |
download | cpython-bc7ea5872b0d6a1b5942260445fc768f8139c1b0.zip cpython-bc7ea5872b0d6a1b5942260445fc768f8139c1b0.tar.gz cpython-bc7ea5872b0d6a1b5942260445fc768f8139c1b0.tar.bz2 |
fix wrong credit and issue id given in previous commit
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 2 | ||||
-rw-r--r-- | Misc/NEWS | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -11,7 +11,7 @@ Without you, I would've stopped working on Python long ago! PS: In the standard Python distribution, this file is encoded in UTF-8 and the list is in rough alphabetical order by last names. -Matt Mulsow +Chris Clark Rajiv Abraham David Abrahams Ron Adam @@ -390,7 +390,7 @@ Library - Issue #13245: sched.scheduler class constructor's timefunc and delayfunct parameters are now optional. scheduler.enter and scheduler.enterabs methods gained a new kwargs parameter. - Patch contributed by Matt Mulsow. + Patch contributed by Chris Clark. - Issue #12328: Under Windows, refactor handling of Ctrl-C events and make _multiprocessing.win32.WaitForMultipleObjects interruptible when |