Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Feb 2015 17:00:42 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 197710] [patch] fix small issue with reserved keyword used a variable
Message-ID:  <bug-197710-13@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 197710
           Summary: [patch] fix small issue with reserved keyword used a
                    variable
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: pi@FreeBSD.org

Created attachment 153042
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153042&action=edit
patch for reserved keyword used as variable

As reported in

https://lists.freebsd.org/pipermail/freebsd-ports/2015-February/098038.html

"as" is a reserved keyword in Python. So we can't use "as" as identifier.

-- 
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-197710-13>