In the documentation for the base64 module, the base64.a85encode function takes an adobe parameter, which is described as follows:
adobe controls whether the encoded byte sequence is framed with <~ and ~>, which is used by the Adobe implementation.
What is this Adobe implementation? The PostScript and PDF references require only that ASCII85-encoded data is terminated by ~>, not that it is also prefixed with <~.