[webkit-changes] [WebKit/WebKit] 2e18c7: [webkitpy][Win] _winreg module has been renamed to...

Fujii Hironori noreply at github.com
Mon Mar 11 08:24:58 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 2e18c746deb2aaef3999ee8905b1d3fd9f7d05fb
      https://github.com/WebKit/WebKit/commit/2e18c746deb2aaef3999ee8905b1d3fd9f7d05fb
  Author: Fujii Hironori <Hironori.Fujii at sony.com>
  Date:   2024-03-11 (Mon, 11 Mar 2024)

  Changed paths:
    M Tools/Scripts/webkitpy/port/win.py

  Log Message:
  -----------
  [webkitpy][Win] _winreg module has been renamed to winreg in Python 3
https://bugs.webkit.org/show_bug.cgi?id=270534

Reviewed by Ross Kirsling.

The _winreg module has been renamed to winreg in Python 3.
<https://docs.python.org/2.7/library/_winreg.html>

Also, win32com.client was imported, but not used.

* Tools/Scripts/webkitpy/port/win.py:
Import winreg. Removed "import win32com.client".

Canonical link: https://commits.webkit.org/275901@main



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list