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.
Created on 2012年02月15日 17:32 by SpecLad, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Messages (3) | |||
|---|---|---|---|
| msg153422 - (view) | Author: Роман Донченко (SpecLad) * | Date: 2012年02月15日 17:32 | |
The language reference in section 5.2.2 states: ~ With the exception of bytes literals, these all correspond to immutable data types, <...> ~ But bytes objects are immutable as well. |
|||
| msg153615 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2012年02月18日 00:59 | |
New changeset 88522997b021 by Terry Jan Reedy in branch '3.2': Issue 14023 Revert edit to 2.7 version. (I suspect edit is from when we thought http://hg.python.org/cpython/rev/88522997b021 |
|||
| msg153616 - (view) | Author: Terry J. Reedy (terry.reedy) * (Python committer) | Date: 2012年02月18日 01:00 | |
applied to 3.3 also |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:26 | admin | set | github: 58231 |
| 2012年02月18日 01:00:57 | terry.reedy | set | status: open -> closed assignee: docs@python -> terry.reedy versions: + Python 3.3 nosy: + terry.reedy messages: + msg153616 resolution: fixed |
| 2012年02月18日 00:59:15 | python-dev | set | nosy:
+ python-dev messages: + msg153615 |
| 2012年02月16日 03:54:03 | eli.bendersky | set | nosy:
+ eli.bendersky |
| 2012年02月15日 17:32:38 | SpecLad | create | |