Message125153
Rereading the doc link I pointed at, I guess detach() is part of the new API since 3.1, so doesn't need to be checked for in 3.1+ code... but instead, may need to be coded as:
try:
sys.stdin = sys.stdin.detach()
except UnsupportedOperation:
pass |
|
| Date |
User |
Action |
Args |
| 2011-01-03 03:50:20 | v+python | set | recipients:
+ v+python, gvanrossum, barry, amaury.forgeotdarc, ggenellina, giampaolo.rodola, eric.araujo, r.david.murray, oopos, tercero12, tcourbon, tobias, flox, pebbe, quentel, erob |
| 2011-01-03 03:50:20 | v+python | set | messageid: <[email protected]> |
| 2011-01-03 03:50:19 | v+python | link | issue4953 messages |
| 2011-01-03 03:50:19 | v+python | create | |
|