diff options
author | Benjamin Peterson <benjamin@python.org> | 2014-07-24 04:39:59 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2014-07-24 04:39:59 (GMT) |
commit | a819105fdd45ca94cf5a94b1c737984918d83d60 (patch) | |
tree | 4042e98c771f16bd310ea527f6dab4dd5266ce08 /Objects | |
parent | ed82613ca03435fc6af8704f518da09303e44015 (diff) | |
parent | 1cc9520327f4b197112f0c5b4aa10d5513d4bb9b (diff) | |
download | cpython-a819105fdd45ca94cf5a94b1c737984918d83d60.zip cpython-a819105fdd45ca94cf5a94b1c737984918d83d60.tar.gz cpython-a819105fdd45ca94cf5a94b1c737984918d83d60.tar.bz2 |
merge 3.4 (#22036)
Diffstat (limited to 'Objects')
-rw-r--r-- | Objects/stringlib/README.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Objects/stringlib/README.txt b/Objects/stringlib/README.txt index ab506d6..8ff6ad8 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 |