Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 06 May 2021 22:10:25 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 255672] ports-mgmt/distilator: Prints warnings with python-38
Message-ID:  <bug-255672-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D255672

            Bug ID: 255672
           Summary: ports-mgmt/distilator: Prints warnings with python-38
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ehaupt@FreeBSD.org
          Reporter: yuri@freebsd.org
          Assignee: ehaupt@FreeBSD.org
             Flags: maintainer-feedback?(ehaupt@FreeBSD.org)

distilator-1.3 prints this:
> $ distilator=20
> /usr/local/bin/distilator:41: SyntaxWarning: "is not" with a literal. Did=
 you mean "!=3D"?
>   if thisurl.scheme is not "":
> /usr/local/bin/distilator:132: SyntaxWarning: "is" with a literal. Did yo=
u mean "=3D=3D"?
>   if urlparse(url).scheme is "http" or "https":
> /usr/local/bin/distilator:163: SyntaxWarning: "is" with a literal. Did yo=
u mean "=3D=3D"?
>   if urlparse(url).scheme is "ftp":

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-255672-7788>