Hi,
I am learning python to reslove issue,which make happy:)
But, i am facing an interesting question.I have no idea to deal with it.
The text i will working as follow:
```text
[PATCH] perf tools: Fix copyfile_offset update of output offset
We need to increase output offset in each iteration
Hi,
First, thank you very much for your reply.
On Tue, Jan 09, 2018 at 10:25:11PM +, Alan Gauld via Tutor wrote:
On 09/01/18 14:20, YU Bo wrote:
But, i am facing an interesting question.I have no idea to deal with it.
I don;t think you have given us enough context to
be able to help
Hi,
On Wed, Jan 10, 2018 at 10:37:09AM +0100, Peter Otten wrote:
YU Bo wrote:
index 45a63e0..3b9b238 100644
...
```
I want to delete string from *diff --git* to end, because too many code is
here
Use str.split() or str.partition() and only keep the first part:
text = """Th
Hi,
On Thu, Jan 11, 2018 at 11:40:35AM +1100, Cameron Simpson wrote:
On 09Jan2018 22:20, YU Bo wrote:
The text i will working as follow:
```text
[...]
diff --git a/tools/perf/util/util.c b/tools/perf/util/util.c
index a789f952b3e9..443892dabedb 100644
[...]
+++ b/tools/perf/util/util.c