Message206980
>I don't think getpass will fail, since it uses os.open, not open.
It also uses fdopen() on the resulting file descriptor, however, which has the same problem.
>Use unbuffered binary file.
It's nice that that's at least possible, but I, for one, would still consider it a bug that it isn't possible to open it in text mode. |
|
Date |
User |
Action |
Args |
2013-12-27 04:44:10 | Dolda2000 | set | recipients:
+ Dolda2000, pitrou, r.david.murray, serhiy.storchaka |
2013-12-27 04:44:10 | Dolda2000 | set | messageid: <1388119450.73.0.900253854476.issue20074@psf.upfronthosting.co.za> |
2013-12-27 04:44:10 | Dolda2000 | link | issue20074 messages |
2013-12-27 04:44:10 | Dolda2000 | create | |
|