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 2011年04月03日 22:02 by dtorp, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Messages (3) | |||
|---|---|---|---|
| msg132892 - (view) | Author: David Albert Torpey (dtorp) | Date: 2011年04月03日 22:02 | |
Floats have fromhex() and hex() to round-trip from and to hexadecimal, but bytes only have fromhex(), so it's hard to reliably round-trip. |
|||
| msg132895 - (view) | Author: Benjamin Peterson (benjamin.peterson) * (Python committer) | Date: 2011年04月03日 22:17 | |
binascci.(un)hexlify |
|||
| msg132901 - (view) | Author: R. David Murray (r.david.murray) * (Python committer) | Date: 2011年04月03日 22:35 | |
Actually, this is a duplicate of issue 9951. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:15 | admin | set | github: 55965 |
| 2011年04月03日 22:35:42 | r.david.murray | set | nosy:
+ r.david.murray messages: + msg132901 resolution: not a bug -> duplicate superseder: introduce bytes.hex method (also for bytearray and memoryview) stage: resolved |
| 2011年04月03日 22:17:13 | benjamin.peterson | set | status: open -> closed nosy: + benjamin.peterson messages: + msg132895 resolution: not a bug |
| 2011年04月03日 22:02:19 | dtorp | create | |