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 pitrou
Recipients georg.brandl, pitrou
Date 2009-09-29.11:14:48
SpamBayes Score 0.031948563
Marked as misclassified No
Message-id <1254222890.91.0.27152559361.issue7018@psf.upfronthosting.co.za>
In-reply-to
Content
This only really applies in 2.x, actually. In 3.x, "#" should be
discouraged for another reason: it is overly strict and will only accept
pure read-only objects (which don't have a bf_releasebuffer method);
even bytearrays will be rejected.
History
Date User Action Args
2009-09-29 11:14:50pitrousetrecipients: + pitrou, georg.brandl
2009-09-29 11:14:50pitrousetmessageid: <1254222890.91.0.27152559361.issue7018@psf.upfronthosting.co.za>
2009-09-29 11:14:48pitroulinkissue7018 messages
2009-09-29 11:14:48pitroucreate