escaping/encoding/formatting in python

Chris Angelico rosuav at gmail.com
Sat Apr 7 06:48:29 EDT 2012


On Sat, Apr 7, 2012 at 3:36 PM, Nobody <nobody at nowhere.com> wrote:
> The delimiter can be chosen either by analysing the string
> or by choosing something a string at random and relying upon a collision
> being statistically improbable.

The same techniques being available to MIME multi-part encoders, and
for the same reason. Nestable structures can be quite annoying to
parse.

ChrisA



More information about the Python-list mailing list