This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author brett.cannon
Recipients alexandre.vassalotti, amaury.forgeotdarc, benjamin.peterson, brett.cannon, rupole
Date 2008-08-25.17:48:25
SpamBayes Score 0.0005395537
Marked as misclassified No
Message-id <bbaeab100808251048m24f72289s8197f7d99d2fd12a@mail.gmail.com>
In-reply-to <1219671656.97.0.273668157525.issue3279@psf.upfronthosting.co.za>
Content
On Mon, Aug 25, 2008 at 6:40 AM, Benjamin Peterson
<report@bugs.python.org> wrote:
>
> Benjamin Peterson <musiccomposition@gmail.com> 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.
History
Date User Action Args
2008-08-25 17:48:28brett.cannonsetrecipients: + brett.cannon, amaury.forgeotdarc, rupole, alexandre.vassalotti, benjamin.peterson
2008-08-25 17:48:27brett.cannonlinkissue3279 messages
2008-08-25 17:48:25brett.cannoncreate