[Bug 255672] ports-mgmt/distilator: Prints warnings with python-38

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu May 6 22:10:26 UTC 2021


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255672

            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 at FreeBSD.org
          Reporter: yuri at freebsd.org
          Assignee: ehaupt at FreeBSD.org
             Flags: maintainer-feedback?(ehaupt at FreeBSD.org)

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

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


More information about the freebsd-ports-bugs mailing list