:
On 25 April 2018 at 21:28, Guido van Rossum wrote:
> A very emotional appeal, you don't seem to grasp the usability improvements
> this will give. I hear you but at this point appeals to Python's "Zen" don't
> help you.
I have to admit, in half-following this discussion I've swung between
thin
:
On 3 April 2018 at 20:34, Ethan Furman wrote:
> This behavior was recently brought to my attention [1]:
>
> --> 1 in 'hello'
> Traceback (most recent call last):
> File "", line 1, in
> TypeError: 'in ' requires string as left operand, not int
>
> However, in any other collection (set, dict,
:
On 19 July 2017 at 21:19, Steven D'Aprano wrote:
> But the premise is wrong too. Those hypothetical people don't turn their
> Macs on in sequence, each person turning their computer on only after
> the previous person's Mac had finished booting. They effectively boot
> them up in parallel but o
:
On Thu, 2017-03-23 at 21:08 -0300, Joao S. O. Bueno wrote:
> In Python 2, 2/8 is just 0.
27/7 is 3 in Python 2, and between 3.8 and 3.9 in Python 3 (which is
probably about where 3.x will be).
-[]z.
___
Python-Dev mailing list
Python-Dev@python.org
:
On Sun, May 24, 2015 at 06:03:50PM -0700, Ned Deily wrote:
> Zero Piraeus wrote:
> > Source tarballs (both .tgz and .tar.xz) are missing ...
>
> They seem to be there now. Are you still not able to download them?
Oops. Both Larry's reply to me and my thankyou to him t
:
On Sun, May 24, 2015 at 04:39:00PM -0700, Larry Hastings wrote:
>
> You can find Python 3.5.0b1 here:
>
>https://www.python.org/downloads/release/python-350b1/
Source tarballs (both .tgz and .tar.xz) are missing ...
-[]z.
--
Zero Piraeus: vive ut vivas
http://etiol.ne
tly more concise. Once you
expose the exception, it becomes just an uglier version of a try/except
block, as far as I can see.
-[]z.
--
Zero Piraeus: pons asinorum
http://etiol.net/pubkey.asc
___
Python-Dev mailing list
Python-Dev@python.org
https://mail
9266
>
> Given the number of people vehemently opposed to the old name, I'm
> sure there will be plenty of volunteers to create a patch while I do
> some more work on PEP 453 :)
Patch submitted :-)
-[]z.
--
Zero Piraeus: dicta
esn't actually do what its name
suggests - the flow of execution is changed if an exception occurs,
which by definition means the exception isn't being ignored.
Maybe it would be better to call it silence()? That's still not perfect
IMO, but it's closer to an accurate desc
gnorance" means not knowing, but we _do_ know about FileNotFoundError.
> What we want is to ignore it.
Suggestions:
with disregard_for(...):
with indifference_to(...):
with nonchalance_regarding(...):
with blithe_disdain_concerning(...):
-[]z.
some html
{% endif %}
That's quite intelligible, and doesn't require anyone to know that an
Enum member's siblings can, in your proposal, be accessed directly via
dot notation (an unintuitive state of affairs, to me at least).
-[]z
an
Color.red.blue
... which is just bizarre.
Enum members aren't class attributes, even if the way they're defined
makes them look as though they are. Allowing this is just asking for
more confusion on the part of anyone using them IMHO.
-[]z.
--
Zero Piraeus: omnia omn
12 matches
Mail list logo