This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients dieresys, facundobatista, gpolo, pitrou
Date 2008-07-21.13:10:38
SpamBayes Score 0.01477814
Marked as misclassified No
Message-id <1216645834.48848aca9b275@imp.free.fr>
In-reply-to <1216645673.17.0.725614222528.issue3396@psf.upfronthosting.co.za>
Content
Selon Facundo Batista <report@bugs.python.org>:
>
> Then I wrote "int". Then I pressed TAB. Nothing happened. I pressed TAB
> again, and the following appeared:
>
> >>> int
> int(     intern(

This is not the point. The problem is when you type "int.", then press TAB twice
and it doesn't show the list of int members.
History
Date User Action Args
2008-07-21 13:11:48pitrousetspambayes_score: 0.0147781 -> 0.01477814
recipients: + pitrou, facundobatista, gpolo, dieresys
2008-07-21 13:10:38pitroulinkissue3396 messages
2008-07-21 13:10:38pitroucreate