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 vstinner
Recipients benhoyt, eryksun, gvanrossum, paul.moore, serhiy.storchaka, steve.dower, tim.golden, vstinner, zach.ware
Date 2016-10-04.20:06:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwZi0C-3feZR51dJpi=oP9RAYz_60LoM0OvXo1Fo6aD03Q@mail.gmail.com>
In-reply-to <CAP7+vJL92VsSCRkx-1P6hdvxDbXirA=WfM1JTUXzPvJfPSYd7A@mail.gmail.com>
Content
I suggest to modify posixmodule.c to support bytes on Windows at the C
level.

Since Windows uses utf8, there is no more real reason to drop bytes support
only on Windows.
History
Date User Action Args
2016-10-04 20:06:56vstinnersetrecipients: + vstinner, gvanrossum, paul.moore, tim.golden, benhoyt, zach.ware, serhiy.storchaka, eryksun, steve.dower
2016-10-04 20:06:56vstinnerlinkissue27998 messages
2016-10-04 20:06:56vstinnercreate