You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kvrocks.apache.org by GitBox <gi...@apache.org> on 2022/08/23 18:29:28 UTC

[GitHub] [incubator-kvrocks] PragmaTwice opened a new pull request, #789: Replace `text` with `universal_newlines` to support python<3.7 in `x.py`

PragmaTwice opened a new pull request, #789:
URL: https://github.com/apache/incubator-kvrocks/pull/789

   Parameter `text` in `Popen` is introduced in python 3.7, so we can replace it with `universal_newlines` to be compatible with older versions. I encounter this error in a `centos:7` docker container.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@kvrocks.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-kvrocks] tisonkun merged pull request #789: Replace `text` with `universal_newlines` to support python<3.7 in `x.py`

Posted by GitBox <gi...@apache.org>.
tisonkun merged PR #789:
URL: https://github.com/apache/incubator-kvrocks/pull/789


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@kvrocks.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org