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 loewis
Recipients flox, loewis, mhammond, python-dev, santoso.wijaya, sbt, vstinner
Date 2011-11-15.22:14:37
SpamBayes Score 2.0164127e-06
Marked as misclassified No
Message-id <4EC2E441.5080903@v.loewis.de>
In-reply-to <1321393860.74.0.884118505968.issue13374@psf.upfronthosting.co.za>
Content
> IIUC, it means that the library/application should not use the bytes API if it intends to be supported on major platforms.

I think you misunderstand; it does not literally mean that. Instead, it
means that the library/application either must not use the bytes API at
all, or else make use of it conditional on non-Windows systems (i.e.
special-case Windows).
History
Date User Action Args
2011-11-15 22:14:37loewissetrecipients: + loewis, mhammond, vstinner, flox, santoso.wijaya, python-dev, sbt
2011-11-15 22:14:37loewislinkissue13374 messages
2011-11-15 22:14:37loewiscreate