Re: [Python-Dev] Issue #26204: compiler now emits a SyntaxWarning on constant statement

2016-02-08 Thread xiscu
>> New behaviour: >> >> haypo@smithers$ ./python >> Python 3.6.0a0 (default:759a975e1230, Feb 8 2016, 18:21:23) > def f(): >> ... False >> ... Ok, I see in your case there's no return :-) ___ Python-Dev mailing list Python-Dev@python.org https://

Re: [Python-Dev] Accepting PEP 3154 for 3.4?

2013-11-19 Thread xiscu
Food for thought: maybe we should have variable-encoding lengths for all opcodes, rather than the current cumbersome scheme? Funny, it sounds like UTF-8 :-) ___ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/

Re: [Python-Dev] Hg: inter-branch workflow

2011-03-23 Thread xiscu
On 03/21/2011 11:35 PM, "Martin v. Löwis" wrote: If people then complain about too much fine-grainedness, we could tighten it again. Hi to all for the first time, I'm new to this list. First of all I would like to thank all you for the great software and ideas you produce. I found this