Re: Lists And Missing Commas

2019-12-23 Thread Aaron Gray
On Tuesday, 24 December 2019, Tim Daneliuk wrote: > If I do this: > > foo = [ "bar", "baz" "slop", "crud" ] > > Python silently accepts that and makes the middle term "bazslop". Strings concatinate over line endings so this case is only sensible really. > > BUT, if I do this: > > foo

Problem getting unittest tests for existing project working

2017-07-02 Thread Aaron Gray
I am trying to get distorm3's unittests working but to no avail. I am not really a Python programmer so was hoping someone in the know maybe able to fix this for me. Here's a GitHub issue I have created for the bug :- https://github.com/gdabah/distorm/issues/118 --

Re: error in exception syntax

2011-03-09 Thread Aaron Gray
"Aaron Gray" wrote in message news:8tpu87f75...@mid.individual.net... On Windows I have installed Python 3.2 and PyOpenGL-3.0.1 and am getting the following error :- File "c:\Python32\lib\site-packages\OpenGL\platform\win32.py", line 13 except OSError, err:

error in exception syntax

2011-03-09 Thread Aaron Gray
On Windows I have installed Python 3.2 and PyOpenGL-3.0.1 and am getting the following error :- File "c:\Python32\lib\site-packages\OpenGL\platform\win32.py", line 13 except OSError, err: ^ It works okay on my Linux machine running Python 2.6.2. Many thanks in advance,

Re: HTML Correctness and Validators

2008-12-29 Thread Aaron Gray
"Xah Lee" wrote in message news:2fb289be-00b3-440a-b153-ca88f0ba1...@d42g2000prb.googlegroups.com... >recently i wrote a blog essay about html correctness and html >validators, with relations to the programing lang communities. I hope >programing lang fans will take more consideration on the corr

Re: Does Python have Multiple Inheritance ?

2008-11-07 Thread Aaron Gray
"Roy Smith" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > In article <[EMAIL PROTECTED]>, > Tim Golden <[EMAIL PROTECTED]> wrote: > >> Aaron Gray wrote: >> > Wikipedia says Python has Multiple Inheritance, is th

Does Python have Multiple Inheritance ?

2008-11-07 Thread Aaron Gray
Wikipedia says Python has Multiple Inheritance, is this true ? http://en.wikipedia.org/wiki/Multiple_inheritance Thanks, Aaron -- http://mail.python.org/mailman/listinfo/python-list

Re: CPython VM & byte code resources wanted

2008-04-08 Thread Aaron Gray
>Bytecodes: >http://docs.python.org/lib/bytecodes.html > >VM: >Python/ceval.c Thanks, Aaron -- http://mail.python.org/mailman/listinfo/python-list

Re: CPython VM & byte code resources wanted

2008-04-08 Thread Aaron Gray
"Aaron Gray" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, > > I am looking to study the CPython source code, but I cannot seem to find > the VM code. Found it :) Python/ceval.c > Also is there any where a detailed list of the op

CPython VM & byte code resources wanted

2008-04-08 Thread Aaron Gray
Hi, I am looking to study the CPython source code, but I cannot seem to find the VM code. Also is there any where a detailed list of the opcodes ? Many thanks in advance, Aaron -- http://mail.python.org/mailman/listinfo/python-list

Re: Tabs versus Spaces in Source Code

2006-05-16 Thread Aaron Gray
I was once a religous tabber until working on multiple source code sources, now I am a religious spacer :) My 2bits worth, Aaron -- http://mail.python.org/mailman/listinfo/python-list