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 christian.heimes, pitrou
Date 2008-09-08.13:15:05
SpamBayes Score 0.0066756885
Marked as misclassified No
Message-id <1220879706.46.0.631606307659.issue3782@psf.upfronthosting.co.za>
In-reply-to
Content
posix_write() uses s* 

s* (string, Unicode, or any buffer compatible object) [Py_buffer *]
http://docs.python.org/dev/3.0/c-api/arg.html

IMHO os.write should not accept unicode and convert it to default
encoding. The low level os functions are all about bytes.
History
Date User Action Args
2008-09-08 13:15:06christian.heimessetrecipients: + christian.heimes, pitrou
2008-09-08 13:15:06christian.heimessetmessageid: <1220879706.46.0.631606307659.issue3782@psf.upfronthosting.co.za>
2008-09-08 13:15:05christian.heimeslinkissue3782 messages
2008-09-08 13:15:05christian.heimescreate