From: Benjamin Peterson Date: Thu, 24 Jul 2014 04:39:37 +0000 (-0700) Subject: s/stringobject/bytesobject/ (closes #22036) X-Git-Tag: v3.5.0a1~1222^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1cc9520327f4b197112f0c5b4aa10d5513d4bb9b;p=python s/stringobject/bytesobject/ (closes #22036) Patch by Martin Matusiak. --- diff --git a/Objects/stringlib/README.txt b/Objects/stringlib/README.txt index ab506d60f9..8ff6ad8c4f 100644 --- a/Objects/stringlib/README.txt +++ b/Objects/stringlib/README.txt @@ -1,4 +1,4 @@ -bits shared by the stringobject and unicodeobject implementations (and +bits shared by the bytesobject and unicodeobject implementations (and possibly other modules, in a not too distant future). the stuff in here is included into relevant places; see the individual