Package: python-wxgtk2.6
Version: 2.6.1.2
Severity: normal

The docs say that the wx.Menu's Append method is like this:

  Append(id, string, helpStr="", checkable=false)

(This is wrong, by the way, it seems it should be more like:

  Append(id, text, help="", kind=wx.ITEM_NORMAL)

but that's not the point.)

Python allows positional arguments to be assigned by parameter name
as an alternative to remembering the order of the arguments, like so:

  menu.Append(text="Go Team!", help="Start", id=1)

However, this does not work in this package, and for that reason,
I can't seem to use boa-constructor. If it's boa-constructor's fault
for using some deprecated feature, then I guess you can reassign this bug
to it, but I do think standard Python features (this one is described at
http://docs.python.org/ref/calls.html) ought to be supported by wxPython.

-- System Information:
Debian Release: testing/unstable
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-k7
Locale: LANG=no_NO, LC_CTYPE=no_NO (charmap=ISO-8859-1)

Versions of packages python-wxgtk2.6 depends on:
ii  libc6                         2.3.5-12   GNU C Library: Shared libraries an
ii  libgcc1                       1:4.0.2-7  GCC support library
ii  libstdc++6                    4.0.2-7    The GNU Standard C++ Library v3
ii  libwxgtk2.6-0                 2.6.1.2    wxWidgets Cross-platform C++ GUI t
ii  python-wxversion              2.6.1.2    wxWidgets Cross-platform C++ GUI t
ii  python2.3                     2.3.5-9    An interactive high-level object-o

python-wxgtk2.6 recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to