-
-
Notifications
You must be signed in to change notification settings - Fork 249
Closed
Description
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
Labels
No labels