[New-bugs-announce] [issue4556] cmp() function erroneously noted as gone in "What's New"
Mike Watkins
report at bugs.python.org
Sat Dec 6 02:58:02 CET 2008
New submission from Mike Watkins <python at mikewatkins.ca>:
What's new in 3.0 documentation says cmp() function is gone, yet it
isn't:
>>> sys.version_info; cmp(1,1); cmp(1,2); cmp(2,1)
(3, 0, 0, 'final', 0)
0
-1
1
----------
assignee: georg.brandl
components: Documentation
messages: 77093
nosy: georg.brandl, mwatkins
severity: normal
status: open
title: cmp() function erroneously noted as gone in "What's New"
versions: Python 3.0
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4556>
_______________________________________
More information about the New-bugs-announce
mailing list