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.

classification
Title: Obsolete reference to stringobject in comment
Type: enhancement Stage: resolved
Components: Interpreter Core Versions: Python 3.5
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: benjamin.peterson, numerodix, python-dev
Priority: normal Keywords: patch

Created on 2014-07-22 15:20 by numerodix, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
fix_typo_stringlib.diff numerodix, 2014-07-22 15:20 review
Messages (2)
msg223669 - (view) Author: Martin Matusiak (numerodix) * Date: 2014-07-22 15:20
bits shared by the stringobject and unicodeobject implementations (and
possibly other modules, in a not too distant future).

"stringobject" should be "bytesobject"
msg223806 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2014-07-24 04:40
New changeset a5a80f79699e by Benjamin Peterson in branch '3.4':
s/stringobject/bytesobject/ (closes #22036)
http://hg.python.org/cpython/rev/a5a80f79699e

New changeset 6be54158e935 by Benjamin Peterson in branch 'default':
merge 3.4 (#22036)
http://hg.python.org/cpython/rev/6be54158e935
History
Date User Action Args
2022-04-11 14:58:06adminsetgithub: 66235
2014-07-24 04:40:07python-devsetstatus: open -> closed

nosy: + python-dev
messages: + msg223806

resolution: fixed
stage: resolved
2014-07-23 06:00:47numerodixsetnosy: + benjamin.peterson
2014-07-22 15:20:42numerodixcreate