Issue 13292: missing versionadded for bytearray (original) (raw)

Issue13292

Created on 2011-10-30 11:52 by flox, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (3)
msg146633 - (view) Author: Florent Xicluna (flox) * (Python committer) Date: 2011-10-30 11:52
versionadded is missing here: http://docs.python.org/library/functions.html#bytearray
msg147312 - (view) Author: Florent Xicluna (flox) * (Python committer) Date: 2011-11-08 17:33
Done by Eric, thank you. Because of a typo, the message was attached to the wrong ticket. New changeset 8ea34a74f118 by Éric Araujo in branch '2.7': Add missing versionadded (fixes #12392) http://hg.python.org/cpython/rev/8ea34a74f118
msg147878 - (view) Author: Éric Araujo (eric.araujo) * (Python committer) Date: 2011-11-18 14:53
Thanks for cleaning up the reports. I’m not a numbers person :)
History
Date User Action Args
2022-04-11 14:57:23 admin set github: 57501
2011-11-18 14:53:48 eric.araujo set messages: +
2011-11-08 17:33:11 flox set status: open -> closedresolution: fixedmessages: + stage: needs patch -> resolved
2011-11-05 16:21:26 eric.araujo set assignee: docs@python -> eric.araujonosy: + eric.araujo
2011-10-30 11:52:13 flox create