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.

Author serhiy.storchaka
Recipients LawfulEvil, serhiy.storchaka, xiang.zhang
Date 2017-04-27.16:40:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1493311212.54.0.0555754007013.issue30103@psf.upfronthosting.co.za>
In-reply-to
Content
Is there any standard?

From Wikipedia [1]:

"""
Note that 96 ("`" grave accent) is a character that is seen in uuencoded files but is typically only used to signify a 0-length line, usually at the end of a file. It will never naturally occur in the actual converted data since it is outside the range of 32 to 95. The sole exception to this is that some uuencoding programs use the grave accent to signify padding bytes instead of a space. However, the character used for the padding byte is not standardized, so either is a possibility.
"""

This obviously makes impossible using "`" as zero instead of space.

[1] https://en.wikipedia.org/wiki/Uuencoding#Uuencode_table
History
Date User Action Args
2017-04-27 16:40:12serhiy.storchakasetrecipients: + serhiy.storchaka, xiang.zhang, LawfulEvil
2017-04-27 16:40:12serhiy.storchakasetmessageid: <1493311212.54.0.0555754007013.issue30103@psf.upfronthosting.co.za>
2017-04-27 16:40:12serhiy.storchakalinkissue30103 messages
2017-04-27 16:40:12serhiy.storchakacreate