All of lore.kernel.org
 help / color / mirror / Atom feed
* [Fuego] [PATCH 0/8] Python 2 & 3 compatible work
@ 2022-04-20 10:11 sireesha.nakkala
  2022-04-20 10:11 ` [Fuego] [PATCH 1/8] Create mylong function as a compatible replacement for long() sireesha.nakkala
                   ` (7 more replies)
  0 siblings, 8 replies; 17+ messages in thread
From: sireesha.nakkala @ 2022-04-20 10:11 UTC (permalink / raw)
  To: tim.bird; +Cc: kazuhiro3.hayashi, dinesh.kumar, sireesha, fuego

From: sireesha <sireesha.nakkala@toshiba-tsip.com>

Dear Tim,

I'm sending below series of patches which are compatible for python 2 &
3.

Kindly review the changes and provide feedback.


Shivanand Kunijadar (5):
  Create mylong function as a compatible replacement for long()
  Use file descriptor instead of file.write()
  Use decode() to convert bytes to string in python3
  Use actual string name with replace() instead of string.replace()
  Replace cmp() function with equivalent expression

sireesha (3):
  ftc: Use text mode in file operation to make compatible with python3
  Fix TypeError: sort() takes no positional arguments in python3
  python2to3: use list() for dict.keys(), dict.values() and dict.items()

 scripts/check-dependencies           |  2 +-
 scripts/deorphan-runs.py             | 10 +++++++++-
 scripts/ftc                          | 16 ++++++++--------
 scripts/jdiff                        |  4 ++--
 scripts/ovgen.py                     | 20 ++++++++++----------
 scripts/parser/common.py             | 17 +++++++++--------
 scripts/parser/prepare_chart_data.py | 22 +++++++++++-----------
 tests/Functional.LTP/ltp_process.py  |  2 +-
 8 files changed, 51 insertions(+), 42 deletions(-)

-- 
2.20.1



^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2022-05-13 22:55 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-20 10:11 [Fuego] [PATCH 0/8] Python 2 & 3 compatible work sireesha.nakkala
2022-04-20 10:11 ` [Fuego] [PATCH 1/8] Create mylong function as a compatible replacement for long() sireesha.nakkala
2022-05-13 17:05   ` Bird, Tim
2022-04-20 10:11 ` [Fuego] [PATCH 2/8] ftc: Use text mode in file operation to make compatible with python3 sireesha.nakkala
2022-05-13 17:08   ` Bird, Tim
2022-04-20 10:11 ` [Fuego] [PATCH 3/8] Use file descriptor instead of file.write() sireesha.nakkala
2022-05-13 17:56   ` Bird, Tim
2022-04-20 10:11 ` [Fuego] [PATCH 4/8] Use decode() to convert bytes to string in python3 sireesha.nakkala
2022-05-13 19:06   ` Bird, Tim
2022-04-20 10:11 ` [Fuego] [PATCH 5/8] Use actual string name with replace() instead of string.replace() sireesha.nakkala
2022-05-13 19:15   ` Bird, Tim
2022-04-20 10:11 ` [Fuego] [PATCH 6/8] Replace cmp() function with equivalent expression sireesha.nakkala
2022-05-13 22:35   ` Bird, Tim
2022-04-20 10:11 ` [Fuego] [PATCH 7/8] Fix TypeError: sort() takes no positional arguments in python3 sireesha.nakkala
2022-05-13 22:40   ` Bird, Tim
2022-04-20 10:11 ` [Fuego] [PATCH 8/8] python2to3: use list() for dict.keys(), dict.values() and dict.items() sireesha.nakkala
2022-05-13 22:55   ` Bird, Tim

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.