Message 300327 - Python tracker
Message300327
| Author | qingyunha |
|---|---|
| Recipients | qingyunha |
| Date | 2017-08-16.05:46:55 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1502862416.63.0.620713992739.issue31216@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Sometimes I want this ``` $ echo -e '"\xe4\xbd\xa0\xe5\xa5\xbd"' | ./python -m json.tool --no-escape "你好" ``` not just ``` $ echo -e '"\xe4\xbd\xa0\xe5\xa5\xbd"' | ./python -m json.tool "\u4f60\u597d" ``` |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-08-16 05:46:56 | qingyunha | set | recipients: + qingyunha |
| 2017-08-16 05:46:56 | qingyunha | set | messageid: <1502862416.63.0.620713992739.issue31216@psf.upfronthosting.co.za> |
| 2017-08-16 05:46:56 | qingyunha | link | issue31216 messages |
| 2017-08-16 05:46:56 | qingyunha | create | |