Re: [PATCH v2] perf script python: Correct handler check and spelling errors

2012-08-09 Thread Namhyung Kim
On Thu, 9 Aug 2012 13:46:13 +0800, Feng Tang wrote: > From efbf00591514aa1d6134a3b940dc627d1a7cc8f8 Mon Sep 17 00:00:00 2001 > From: Feng Tang > Date: Thu, 9 Aug 2012 12:50:56 +0800 > Subject: [PATCH] perf script python: Correct handler check and spelling errors > > Correct the checking for

Re: [PATCH v2] perf script python: Correct handler check and spelling errors

2012-08-09 Thread Namhyung Kim
On Thu, 9 Aug 2012 13:46:13 +0800, Feng Tang wrote: From efbf00591514aa1d6134a3b940dc627d1a7cc8f8 Mon Sep 17 00:00:00 2001 From: Feng Tang feng.t...@intel.com Date: Thu, 9 Aug 2012 12:50:56 +0800 Subject: [PATCH] perf script python: Correct handler check and spelling errors Correct the

[PATCH v2] perf script python: Correct handler check and spelling errors

2012-08-08 Thread Feng Tang
>From efbf00591514aa1d6134a3b940dc627d1a7cc8f8 Mon Sep 17 00:00:00 2001 From: Feng Tang Date: Thu, 9 Aug 2012 12:50:56 +0800 Subject: [PATCH] perf script python: Correct handler check and spelling errors Correct the checking for handler returned by PyDict_GetItemString(), also fix some spelling

[PATCH v2] perf script python: Correct handler check and spelling errors

2012-08-08 Thread Feng Tang
From efbf00591514aa1d6134a3b940dc627d1a7cc8f8 Mon Sep 17 00:00:00 2001 From: Feng Tang feng.t...@intel.com Date: Thu, 9 Aug 2012 12:50:56 +0800 Subject: [PATCH] perf script python: Correct handler check and spelling errors Correct the checking for handler returned by PyDict_GetItemString(), also