Tim Chase <python.l...@tim.thechases.com> writes:

> On 2014-08-14 10:01, luofeiyu wrote:
> >  >>> help(int.__init__)
> > Help on wrapper_descriptor:
> > 
> > __init__(self, /, *args, **kwargs)
> >      Initialize self.  See help(type(self)) for accurate signature.
> > 
> > what is the "/" mean in __init__(self, /, *args, **kwargs) ?
>
> Where are you seeing this?

I see the same output as ‘luofeiyu’ reports. My Python is::

    >>> sys.version
    '3.4.1 (default, Jul 26 2014, 13:46:45) \n[GCC 4.9.1]'

-- 
 \                “Stop — Drive sideways.” —detour sign, Kyushu, Japan |
  `\                                                                   |
_o__)                                                                  |
Ben Finney

-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to