[issue10145] float.is_integer is undocumented

2010-11-07 Thread Mark Dickinson
Mark Dickinson added the comment: Fixed in r86293, r86394, r86295. -- resolution: -> fixed stage: needs patch -> committed/rejected status: open -> closed ___ Python tracker __

[issue10145] float.is_integer is undocumented

2010-10-19 Thread R. David Murray
R. David Murray added the comment: Woops, I didn't meant to unassign docs. -- assignee: -> d...@python nosy: +r.david.murray ___ Python tracker ___

[issue10145] float.is_integer is undocumented

2010-10-19 Thread Éric Araujo
Changes by Éric Araujo : -- stage: -> needs patch title: (4.2).is_integer() is undocumented. -> float.is_integer is undocumented versions: -Python 2.6, Python 3.3 ___ Python tracker __