From: Tomas Glozar <tglozar@redhat.com>
To: linux-rt-users@vger.kernel.org
Cc: jkacur@redhat.com, Tomas Glozar <tglozar@redhat.com>
Subject: [PATCH] rteval: Correct Python version in doc/rteval.txt
Date: Tue, 8 Aug 2023 13:52:01 +0200 [thread overview]
Message-ID: <20230808115201.43187-1-tglozar@redhat.com> (raw)
doc/rteval.txt specifies that rteval is a Python 2.x program. This is
not true, since rteval no longer works with Python 2.x:
$ python2 rteval-cmd
File "rteval-cmd", line 67
print(f"Don't know how to summarize {repfile} (tarfile open failed)")
^
SyntaxError: invalid syntax
Replace "Python 2.x" with "Python 3.x".
Signed-off-by: Tomas Glozar <tglozar@redhat.com>
---
doc/rteval.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/rteval.txt b/doc/rteval.txt
index 7342866..569168e 100644
--- a/doc/rteval.txt
+++ b/doc/rteval.txt
@@ -21,7 +21,7 @@ of a network packet). To give a realtime application the best chance
of meeting its deadline(s), a realtime OS must minimize the time
between event occurance and the servicing of that event (latency).
-This paper describes the 'rteval' program, a Python 2.x program
+This paper describes the 'rteval' program, a Python 3.x program
developed at Red Hat to help quantify realtime performance on the
Realtime kernel. Rteval is an attempt to put together a synthetic
benchmark which mimics a well behaved realtime application, running on
--
2.39.3
next reply other threads:[~2023-08-08 16:40 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-08 11:52 Tomas Glozar [this message]
2023-08-08 18:29 ` [PATCH] rteval: Correct Python version in doc/rteval.txt John Kacur
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230808115201.43187-1-tglozar@redhat.com \
--to=tglozar@redhat.com \
--cc=jkacur@redhat.com \
--cc=linux-rt-users@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).