Hi,
Are there any plans to get back 32-bit wheels for Twisted?
--
https://mail.python.org/mailman/listinfo/python-list
Is it possible to fix the documentation?
https://twistedmatrix.com/trac/browser/tags/releases/twisted-15.5.0/NEWS?format=raw
On Mon, Dec 7, 2015 at 4:06 PM, Amber "Hawkie" Brown
wrote:
> Hi everyone!
>
> It's been brought to my attention that I misworded something in the release
> notes and it s
Hi,
Is there a way to know encoding of string (bytes) literal
defined in source file? For example, given that source:
# -*- coding: utf-8 -*-
from library import Entry
Entry("текст")
Is there any way for Entry() constructor to know that
string "текст" passed into it is the utf-8 stri
On Fri, May 29, 2015 at 2:39 PM, Laura Creighton wrote:
> Do you know about the codecs module?
>
> reading http://pymotw.com/2/codecs/ may be useful if this is new to you.
Does that work for Python 2 and Python 3?
> Have you read https://www.python.org/dev/peps/pep-0293/ ?
No.
> Will backslash
On Fri, May 29, 2015 at 11:41 AM, Laura Creighton wrote:
> In a message of Fri, 29 May 2015 11:05:07 +0300, anatoly techtonik writes:
>
>>Added Mailman to my suxx tracker:
>>https://github.com/techtonik/suxx-tracker#mailman
>
> You are damning the wrong piece of software
> Cc: "python-list@python.org"
>
>
> On Wed, May 27, 2015 at 9:52 PM, anatoly techtonik
> wrote:
>> And the short answer is that we need unicode because we are printing this
>> information to the stdout, and stdout is opened in text mode at least on
>>
On Wed, May 27, 2015 at 3:57 PM, Laura Creighton wrote:
> Chris Angelico apparantly has a problem with cc'd people who aren't
> on the list.
I thought that CC in this case works automatically? If that's not
the case, then I'll be annoyed by this too. So, thanks for CCing.
=)
Also, https://mail.p
On Wed, May 27, 2015 at 2:47 PM, anatoly techtonik wrote:
> On Wed, May 27, 2015 at 2:35 PM, Laura Creighton wrote:
>> I am missing something. Why do you need unicode at all? Why can you
>> not just keep your binary data as binary data?
>
> Good question. From the SCons co
On Wed, May 27, 2015 at 2:35 PM, Laura Creighton wrote:
> I am missing something. Why do you need unicode at all? Why can you
> not just keep your binary data as binary data?
Good question. From the SCons code I see that we need unicode, because
we switched to io.StringIO which is advertised as
Hi.
This was labelled offtopic in python-ideas, so I edited and forwarded
it here. Please CC as I am not subscribed.
In short. I need is a bulletproof way to convert from anything to
unicode. This requires some kind of escaping to go forward and back.
Some helper function like u2b() (unicode to
On Fri, May 8, 2015 at 11:32 AM, Noah Kantrowitz wrote:
>
> On May 8, 2015, at 10:28 AM, Chris Angelico wrote:
>
>> On Fri, May 8, 2015 at 6:17 PM, wrote:
>>> I cannot access www.python.org.
>>> I always get
>>>
>>> Error 503 Backend is unhealthy
>>>
>>> Backend is unhealthy
>>>
>>> Guru Mediat
That's great, but where is the list if changes?
--
anatoly t.
On Tue, May 17, 2011 at 9:50 PM, Georg Brandl wrote:
> On behalf of the Python development team, I am pleased to announce the
> first release candidate of Python 3.2.1.
>
> Python 3.2.1 will the first bugfix release for Python 3.2, f
Good news. It may worth to update http://wiki.python.org/moin/SSL with
details. Right now it says that pyOpenSSL can not validate server
identity.
--
anatoly t.
On Tue, Apr 12, 2011 at 3:19 AM, wrote:
> Exciting news everyone,
>
> I have just released pyOpenSSL 0.12. pyOpenSSL provides Python
On Sun, Apr 11, 2010 at 1:13 AM, average wrote:
>
> There are so many features taken from 3.0 that I fear that it will
> postpone its adoption interminably (it is, in practice, treated as
> "beta" software itself). By making it doctrine that it won't be
> official until the next "major" Python re
On Sat, Jan 24, 2009 at 12:28 AM, Roumen Petrov
>>
>> I would better use SCons for both unix and windows builds. In case of
>> windows for both compilers - mingw and microsoft ones. To port curses
>> extension to windows I need to know what gcc options mean, what are
>> the rules to write Makefiles
On Thu, Jan 22, 2009 at 12:51 AM, Roumen Petrov
wrote:
>>
>> Against 2.3, rejected due to dependence on SCons.
>> Also appears to have been incomplete, needing more work.
>
> No it was complete but use SCons. Most of changes changes in code you will
> see again in 3871.
>
I would better use SCons
16 matches
Mail list logo