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 christian.heimes
Recipients brett.cannon, christian.heimes, gvanrossum
Date 2007-10-20.19:42:22
SpamBayes Score 0.2880599
Marked as misclassified No
Message-id <471A5A1B.80500@cheimes.de>
In-reply-to <bbaeab100710201150x3f778129m94f31e09e240e48d@mail.gmail.com>
Content
> Yes, I think you got it.

Guido, Brett, how much of the code should I change? import.c is mainly
using file pointers. Should I replace all operations on FILE with
operations on a file descriptor?

Christian
History
Date User Action Args
2007-10-20 19:42:22christian.heimessetspambayes_score: 0.28806 -> 0.2880599
recipients: + christian.heimes, gvanrossum, brett.cannon
2007-10-20 19:42:22christian.heimeslinkissue1267 messages
2007-10-20 19:42:22christian.heimescreate