[issue22036] Obsolete reference to stringobject in comment

2014-07-23 Thread Roundup Robot
Roundup Robot added the comment: 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

[issue22036] Obsolete reference to stringobject in comment

2014-07-22 Thread Martin Matusiak
Changes by Martin Matusiak : -- nosy: +benjamin.peterson ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:

[issue22036] Obsolete reference to stringobject in comment

2014-07-22 Thread Martin Matusiak
New submission from Martin Matusiak: bits shared by the stringobject and unicodeobject implementations (and possibly other modules, in a not too distant future). "stringobject" should be "bytesobject" -- components: Interpreter Core files: fix_typo_stringlib.diff keywords: patch message