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 philthompson10
Recipients
Date 2005-10-25.21:38:48
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
String and unicode objects allow objects that  
implement the buffer interface to be used in  
method arguments where a string is expected in  
most cases - but it's not completely consistent.  
  
Examples where the buffer interface is ignored  
include all the strip methods, the format  
methods, the just methods (for strings but  not 
unicode) and the "in" operator (for strings but not 
unicode). 
 
The attached patch implements the missing 
bits. 
History
Date User Action Args
2007-08-23 15:44:20adminlinkissue1337876 messages
2007-08-23 15:44:20admincreate