Skip to content

Some numeric method docstrings don't show up in Python 2.6 #583

@thomasballinger

Description

@thomasballinger

A few float and int method docstrings don't show up in Python 2.6. I think we should DONTFIX this because it's Python 2.6, but documenting it here.

(bpython26)tomb@tom-mba (literal-eval-with-names) bpython$ bpython
/Users/tomb/.virtualenvs/bpython26/lib/python2.6/site-packages/cryptography/__init__.py:25: Deprecati
onWarning: Python 2.6 is no longer supported by the Python core team, please upgrade your Python.
  DeprecationWarning
bpython version 0.15.dev203 on top of Python 2.6.9 /Users/tomb/.virtualenvs/bpython26/bin/python2.6
>>> a = 1.2
>>> a.conjugate
<built-in method conjugate of float object at 0x7f99d2a039f0>
>>> a.is_integer(
┌──────────────────────────────────────────────────────────────────────────────┐
│ is_integer                                                                   │
└──────────────────────────────────────────────────────────────────────────────┘

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions