Message222480
I reviewed the description of the built-in functions in Python 2.7, and found these issues:
1. The following built-in functions do not mention their underyling __special__ functions:
- cmp()
- delattr(), getattr(), hasattr(), setattr()
- complex(), int(), long(), float()
- hash()
- len()
- str()
- int(), oct()
2. The following built-in functions list the __special__ functions they invoke as text that is not a hyperlink:
- dir()
- format()
- hex()
3. The following built-in functions could be improved from the description of the 3.x version:
- bool(): References and links from 3.x version could be added.
- bytearray(): References from last line of 3.x version could be added.
- callable(): Wording "if they have a..." could be improved by using 3.x wording.
4. The codepage of the ASCII string for chr() is not documented.
Andy |
|
Date |
User |
Action |
Args |
2014-07-07 17:16:51 | andymaier | set | recipients:
+ andymaier, belopolsky, eric.araujo, docs@python |
2014-07-07 17:16:51 | andymaier | set | messageid: <1404753411.19.0.190295803485.issue10289@psf.upfronthosting.co.za> |
2014-07-07 17:16:51 | andymaier | link | issue10289 messages |
2014-07-07 17:16:50 | andymaier | create | |
|