[issue3003] sys.stdin.fileno() gives attribute error in IDLE

2009-05-17 Thread Kurt B. Kaiser
Kurt B. Kaiser k...@shore.net added the comment: type(sys.stdin) class 'idlelib.rpc.RPCProxy' Don't attempt sys.stdin._RPCProxy_methods lest you be turned to stone ;-) We didn't implement all the features of stdin as it didn't seem necessary. Did you have a specific reason to access

[issue3003] sys.stdin.fileno() gives attribute error in IDLE

2009-04-26 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: I think this isn't a bug, but an implementation detail. Guilherme? -- nosy: +ajaksu2, gpolo priority: - normal stage: - test needed type: - behavior versions: +Python 2.6 -Python 2.5 ___ Python

[issue3003] sys.stdin.fileno() gives attribute error in IDLE

2008-05-29 Thread Mark Veldhuis
New submission from Mark Veldhuis [EMAIL PROTECTED]: I am using IDLE on Ubuntu Hardy (8.04) and all in all very content to use it. Today I got an AttributeError using sys.stdin.fileno(). A closer look revealed this: in IDLE: Python 2.5.2 (r252:60911, Apr 21 2008, 11:12:42) [GCC 4.2.3 (Ubuntu