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年07月12日 11:04 by ncoghlan, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Messages (5) | |||
|---|---|---|---|
| msg165295 - (view) | Author: Alyssa Coghlan (ncoghlan) * (Python committer) | Date: 2012年07月12日 11:04 | |
In writing a post looking at a potentially different way of handling codec pipelines that is source compatible across both Python 2 and 3, I noticed that the bytes-bytes codec aliases are all missing but are still listed in the documentation as being supported: base64_codec base64, base-64 bz2_codec bz2 hex_codec hex quopri_codec quopri, quoted-printable, quotedprintable uu_codec uu zlib_codec zip, zlib The canonical names (i.e. *_codec) all work as expected, though. |
|||
| msg165302 - (view) | Author: R. David Murray (r.david.murray) * (Python committer) | Date: 2012年07月12日 14:28 | |
Don't you have to resolve issue 7475 before you can add them, though? |
|||
| msg165434 - (view) | Author: Alyssa Coghlan (ncoghlan) * (Python committer) | Date: 2012年07月14日 07:19 | |
While you're right about that, the docs shouldn't be claiming they're available as long as that is the case. Updated the issue to make it clear this is a problem with the current docs and the change in the nature of the encode() and decode() methods for Python 3. |
|||
| msg185978 - (view) | Author: Ezio Melotti (ezio.melotti) * (Python committer) | Date: 2013年04月03日 23:25 | |
Should they just be removed from the table then? |
|||
| msg215143 - (view) | Author: Alyssa Coghlan (ncoghlan) * (Python committer) | Date: 2014年03月29日 20:41 | |
The aliases are back in 3.4+ |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:32 | admin | set | github: 59536 |
| 2014年03月29日 20:41:02 | ncoghlan | set | status: open -> closed type: behavior -> messages: + msg215143 resolution: out of date stage: needs patch -> resolved |
| 2013年04月03日 23:25:57 | ezio.melotti | set | messages:
+ msg185978 versions: + Python 3.4, - Python 3.2 |
| 2013年03月30日 02:44:53 | eric.araujo | set | keywords: + easy |
| 2012年07月14日 07:19:11 | ncoghlan | set | assignee: docs@python components: + Documentation title: Missing codec aliases for bytes-bytes codecs -> Codecs docs should explain that the bytes-bytes shorthand aliases are missing nosy: + docs@python messages: + msg165434 stage: test needed -> needs patch |
| 2012年07月13日 19:30:01 | ezio.melotti | set | nosy:
+ ezio.melotti |
| 2012年07月12日 14:28:02 | r.david.murray | set | nosy:
+ r.david.murray messages: + msg165302 |
| 2012年07月12日 11:04:34 | ncoghlan | create | |