Message 274297 - Python tracker (original) (raw)

Message274297

Author xiang.zhang
Recipients docs@python, xiang.zhang
Date 2016-09-03.14:44:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id 1472913873.18.0.202721343298.issue27949@psf.upfronthosting.co.za
In-reply-to
Content
This sentence "bytes with a numeric value of 128 or greater must be expressed with escapes" is wrong and not complete. The value needs to be escaped is >= 127 and < 32.
History
Date User Action Args
2016-09-03 14:44:33 xiang.zhang set recipients: + xiang.zhang, docs@python
2016-09-03 14:44:33 xiang.zhang set messageid: 1472913873.18.0.202721343298.issue27949@psf.upfronthosting.co.za
2016-09-03 14:44:33 xiang.zhang link issue27949 messages
2016-09-03 14:44:32 xiang.zhang create