MattsFleaMarket / python-for-android

Automatically exported from code.google.com/p/python-for-android
Apache License 2.0
0 stars 0 forks source link

No ttyame() attribute in os module #47

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. launch interactive python shell
2. import os
3. dir(os)

What is the expected output? What do you see instead?
I expected a ttyname attribute, but there's none

What version of the product are you using? On what operating system?
Python 2.6.2 (r262:71600, Mar 20 2011, 16:54:21) 
[GCC 4.4.3] on linux-armv7l

On Android

Please provide any additional information below.

It is referenced in the twisted sample via unix.py

Original issue reported on code.google.com by dag...@gmail.com on 2 May 2012 at 5:56