avocado-vt icon indicating copy to clipboard operation
avocado-vt copied to clipboard

Replacing readfp function as read_file function!

Open Anushree-Mathur opened this issue 1 year ago • 1 comments

In python3.12 readfp function has been removed and it should be replaced as read_file function. readfp was deprecated since python3.2 but got removed in python3.12. For reference :-

  1. https://docs.python.org/3.12/whatsnew/3.12.html
  2. https://docs.python.org/3/library/configparser.html#configparser.ConfigParser.readfp Signed-off-by: Anushree Mathur [email protected]

Anushree-Mathur avatar Jan 08 '24 19:01 Anushree-Mathur

@dzhengfy @Yingshun Could you please review and merge this PR!

Anushree-Mathur avatar Apr 09 '24 14:04 Anushree-Mathur