Message71946
On Mon, Aug 25, 2008 at 6:40 AM, Benjamin Peterson
<[email protected]> wrote:
>
> Benjamin Peterson <[email protected]> added the comment:
>
> We could:
>
> 1. Use _fileio._FileIO directly.
> 2. Use os.open.
> 3. Initialize the stdio streams before importing site. This seems like
> the best option, although I haven't run all the tests yet.
>
Or you could use _warnings which is already compiled into the binary. |
|
| Date |
User |
Action |
Args |
| 2008-08-25 17:48:28 | brett.cannon | set | recipients:
+ brett.cannon, amaury.forgeotdarc, rupole, alexandre.vassalotti, benjamin.peterson |
| 2008-08-25 17:48:27 | brett.cannon | link | issue3279 messages |
| 2008-08-25 17:48:25 | brett.cannon | create | |
|