[issue26699] locale.str docstring is incorrect: "Convert float to integer"

2016-04-12 Thread Senthil Kumaran
Senthil Kumaran added the comment: Thanks. Fixed in https://hg.python.org/cpython/rev/2b35ef6a9853 https://hg.python.org/cpython/rev/ad5b079565ad https://hg.python.org/cpython/rev/125d27d9cf9b -- nosy: +orsenthil resolution: -> fixed stage: needs patch -> resolved status: open -> close

[issue26699] locale.str docstring is incorrect: "Convert float to integer"

2016-04-12 Thread supriyanto maftuh,st
Changes by supriyanto maftuh,st : -- nosy: +supriyanto maftuh ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: h

[issue26699] locale.str docstring is incorrect: "Convert float to integer"

2016-04-11 Thread Luiz Poleto
Changes by Luiz Poleto : -- keywords: +patch Added file: http://bugs.python.org/file42440/issue26699.patch ___ Python tracker ___ ___

[issue26699] locale.str docstring is incorrect: "Convert float to integer"

2016-04-06 Thread Mark Dickinson
New submission from Mark Dickinson: [Observed by one of my colleagues] The locale.str docstring currently looks like this (and apparently has been this way since the dawn of time): def str(val): """Convert float to integer, taking the locale into account.""" The output of str doesn