Mark Dickinson added the comment:

Closing. The docs are correct for the corresponding version of Python: 
math.log2 is new in Python 3.3, and the entry for math.log2 is there in Python 
3.3 but not Python 3.2 or Python 2.7.

@PyRW: It looks as though this is simply a version mismatch (looking at the 
wrong docs for the Python version you're using). If you double check 
`sys.version` and find that math.log2 still appears to be missing even on 
Python >= 3.3, feel free to reopen this issue with more information.

----------
nosy: +mark.dickinson
resolution:  -> not a bug
stage:  -> resolved
status: pending -> closed

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue27882>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to