On Thu, Jan 18, 2018 at 12:47 AM, Steven D'Aprano
wrote:
> On Wed, 17 Jan 2018 16:54:37 -0500, Larry Martell wrote:
>
>> The code that was receiving the
>> PNG was not reading and writing the file as binary. Strangely that
>> worked on Linux but not on Windows.
>
> Nothing strange about it -- on U
On Wed, 17 Jan 2018 16:54:37 -0500, Larry Martell wrote:
> The code that was receiving the
> PNG was not reading and writing the file as binary. Strangely that
> worked on Linux but not on Windows.
Nothing strange about it -- on Unix and Linux systems (with the possible
exception of Mac OS?) in
On Tue, Jan 16, 2018 at 3:58 PM, MRAB wrote:
> On 2018-01-16 19:52, Larry Martell wrote:
>>
>> On Tue, Jan 16, 2018 at 2:35 PM, Gene Heskett
>> wrote:
>>>
>>> On Tuesday 16 January 2018 14:19:38 Larry Martell wrote:
>>>
On Tue, Jan 16, 2018 at 12:00 PM, Larry Martell
>>>
>>> wrote:
>>>
On 2018-01-16 19:52, Larry Martell wrote:
On Tue, Jan 16, 2018 at 2:35 PM, Gene Heskett wrote:
On Tuesday 16 January 2018 14:19:38 Larry Martell wrote:
On Tue, Jan 16, 2018 at 12:00 PM, Larry Martell
wrote:
> Looking for 2.7 docs on read.encode - googling did not turn up
> anything.
>
> Sp
On 2018-01-16, Larry Martell wrote:
> Yeah I saw it mentioned in a SO post that was java related. Wondering
> if there is some way to do the same in python.
base64.b64encode(foo)
--
https://mail.python.org/mailman/listinfo/python-list
On Tue, Jan 16, 2018 at 3:17 PM, Ned Batchelder wrote:
> On 1/16/18 2:19 PM, Larry Martell wrote:
>>
>> On Tue, Jan 16, 2018 at 12:00 PM, Larry Martell
>> wrote:
>>>
>>> Looking for 2.7 docs on read.encode - googling did not turn up anything.
>>>
>>> Specifically, looking for the supported option
On 1/16/18 2:19 PM, Larry Martell wrote:
On Tue, Jan 16, 2018 at 12:00 PM, Larry Martell wrote:
Looking for 2.7 docs on read.encode - googling did not turn up anything.
Specifically, looking for the supported options for base64, and how to
specify them, e.g. Base64.NO_WRAP
So I just realized
On Tue, Jan 16, 2018 at 2:35 PM, Gene Heskett wrote:
> On Tuesday 16 January 2018 14:19:38 Larry Martell wrote:
>
>> On Tue, Jan 16, 2018 at 12:00 PM, Larry Martell
> wrote:
>> > Looking for 2.7 docs on read.encode - googling did not turn up
>> > anything.
>> >
>> > Specifically, looking for the
On Tuesday 16 January 2018 14:19:38 Larry Martell wrote:
> On Tue, Jan 16, 2018 at 12:00 PM, Larry Martell
wrote:
> > Looking for 2.7 docs on read.encode - googling did not turn up
> > anything.
> >
> > Specifically, looking for the supported options for base64, and how
> > to specify them, e.g.
On Tue, Jan 16, 2018 at 12:00 PM, Larry Martell wrote:
> Looking for 2.7 docs on read.encode - googling did not turn up anything.
>
> Specifically, looking for the supported options for base64, and how to
> specify them, e.g. Base64.NO_WRAP
So I just realized that encode() is not a method of read
Looking for 2.7 docs on read.encode - googling did not turn up anything.
Specifically, looking for the supported options for base64, and how to
specify them, e.g. Base64.NO_WRAP
--
https://mail.python.org/mailman/listinfo/python-list
11 matches
Mail list logo